ci: fix for GHA workflow script not pulling correct version var

This commit is contained in:
Maxim Schram 2023-10-13 11:15:58 -04:00
parent 6f7c7d601a
commit b1bec1d883

View file

@ -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: