We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331c1f0 commit 043a35aCopy full SHA for 043a35a
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
15
run: |
16
echo "package.json version: v$(jq -r .version package.json)"
17
echo "git tag: ${{ github.ref }}"
18
- if [ "v$(jq -r .version package.json)" != "${{ github.ref }}" ]; then
+ if [ "v$(jq -r .version package.json)" != "${{ github.ref_name }}" ]; then
19
echo "package.json version does not match git tag"
20
exit 1
21
fi
0 commit comments