Skip to content

Commit

Permalink
Merge pull request #1037 from scratchfoundation/gha-workflow-migration
Browse files Browse the repository at this point in the history
ci: fix for GHA workflow script not pulling correct version var
  • Loading branch information
skripted-io authored Oct 13, 2023
2 parents 7de48f3 + b1bec1d commit a397a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a397a90

Please sign in to comment.