Skip to content

Commit a397a90

Browse files
authored
Merge pull request #1037 from scratchfoundation/gha-workflow-migration
ci: fix for GHA workflow script not pulling correct version var
2 parents 7de48f3 + b1bec1d commit a397a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Build
6868
run: |
6969
npm run build
70-
npm --no-git-tag-version version $VERSION
70+
npm --no-git-tag-version version $RELEASE_VERSION
7171
7272
- name: Deploy to NPM (do a dry-run if not on master, develop, or hotfix/*)
7373
env:

0 commit comments

Comments
 (0)