mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2024-11-14 19:35:05 -05:00
ci: fix for GHA workflow script not pulling correct version var
This commit is contained in:
parent
6f7c7d601a
commit
b1bec1d883
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-cd.yml
vendored
2
.github/workflows/ci-cd.yml
vendored
|
@ -67,7 +67,7 @@ jobs:
|
|||
- name: Build
|
||||
run: |
|
||||
npm run build
|
||||
npm --no-git-tag-version version $VERSION
|
||||
npm --no-git-tag-version version $RELEASE_VERSION
|
||||
|
||||
- name: Deploy to NPM (do a dry-run if not on master, develop, or hotfix/*)
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue