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.
2 parents 7de48f3 + b1bec1d commit a397a90Copy full SHA for a397a90
.github/workflows/ci-cd.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Build
68
run: |
69
npm run build
70
- npm --no-git-tag-version version $VERSION
+ npm --no-git-tag-version version $RELEASE_VERSION
71
72
- name: Deploy to NPM (do a dry-run if not on master, develop, or hotfix/*)
73
env:
0 commit comments