Skip to content

Commit

Permalink
chore: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
zifeo committed Jan 7, 2023
1 parent 33bb5a7 commit 1df0a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- id: version
uses: mikefarah/yq@master
with:
cmd: yq '.METATYPE_VERSION' tools/lock.yml
cmd: yq '.METATYPE_VERSION' dev/lock.yml
- name: Check and bump version
run: |
if [[ "${{ github.ref_name }}" != "v${{ steps.version.outputs.result }}" ]]; then
Expand Down

0 comments on commit 1df0a08

Please sign in to comment.