We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4693abe commit 6f641f0Copy full SHA for 6f641f0
1 file changed
.github/workflows/create-release.yml
@@ -64,6 +64,8 @@ jobs:
64
with:
65
node-version: ${{ env.node-version }}
66
67
+ - run: npm version --no-git-tag-version ${{ needs.prepare.outputs.version }}
68
+
69
- run: npm clean-install
70
71
- run: npm run build
0 commit comments