We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b97eff + 4fd5b16 commit 61b5d8bCopy full SHA for 61b5d8b
1 file changed
.github/workflows/ci.yml
@@ -97,7 +97,7 @@ jobs:
97
env:
98
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99
run: |
100
- TAG="v$(node -p "require('./package.json').version")"
+ TAG="v$(node -p 'require("./package.json").version')"
101
102
if gh release view "$TAG" >/dev/null 2>&1; then
103
echo "Release $TAG already exists. Skipping."
0 commit comments