Skip to content

Commit

Permalink
ci: fix missing jq
Browse files Browse the repository at this point in the history
  • Loading branch information
Vendicated committed Oct 14, 2023
1 parent d07f79c commit 7567e47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:

- name: 🛑 Check Tag
run: |
dnf install -y jq
pkg_version="v$(jq -r .version < package.json)"
if [[ "${{ github.ref_name }}" != "$pkg_version" ]]; then
echo "Tag ${{ github.ref_name }} does not match package.json version $pkg_version" >&2
Expand Down

0 comments on commit 7567e47

Please sign in to comment.