We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b97eff commit 4fd5b16Copy full SHA for 4fd5b16
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