Skip to content

Commit

Permalink
PR deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
kpears201 committed Nov 10, 2023
1 parent e8cee5a commit d449196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Build artifacts for feature branches
if: github.ref_name != 'main' && github.ref_name != 'next'
run: |
$(node ./src/js/version.mjs latest-prerelease $FEATURE_BRANCH)
node ./src/js/version.mjs latest-prerelease $FEATURE_BRANCH
npm version prerelease --preid $FEATURE_BRANCH --workspaces --git-tag-version false
npm run dist
- name: Check if semantic-release created a build
Expand Down

0 comments on commit d449196

Please sign in to comment.