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 17b1f87 commit 375ffc8Copy full SHA for 375ffc8
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Verify version match
38
run: |
39
TAG_REF="${{ github.event.inputs.tag || github.ref_name }}"
40
- PACKAGE_VERSION="v$(node -p \"require('./package.json').version\")"
+ PACKAGE_VERSION="v$(node -p 'require("./package.json").version')"
41
if [ "$PACKAGE_VERSION" != "$TAG_REF" ]; then
42
echo "Error: Package version ($PACKAGE_VERSION) doesn't match tag ($TAG_REF)"
43
exit 1
0 commit comments