Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
firelizzard18 committed Nov 20, 2024
1 parent 700dcff commit f7a1f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: 20
- run: |
yarn install
apt install -y jq
sudo apt install -y jq
X=$(jq < package.json -re .version)
Y=$(yarn --silent semver "${{ vars.GITHUB_REF_NAME }}" | sed 's/^v//')
if [ "$X" != "$Y" ]; then
Expand Down

0 comments on commit f7a1f3e

Please sign in to comment.