Skip to content

Commit

Permalink
npm version command
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinshahfws committed Nov 10, 2023
1 parent df674ef commit 35d8543
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
run: |
echo "NPM DIST TAG ::: " ${{ env.NPM_DIST_TAG }}
echo "Release Channel ::: " $RELEASE_CHANNEL
npm version prerelease --preid pr207 --workspaces --git-tag-version false
npm version prerelease --preid pr207 --workspaces --include-workspace-root --git-tag-version false
npm publish --tag $RELEASE_CHANNEL --workspaces
- name: Dry-run Firebolt SDKs to NPM
Expand Down

0 comments on commit 35d8543

Please sign in to comment.