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 10e60dd commit df674ef
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,7 @@ jobs:
run: |
echo "NPM DIST TAG ::: " ${{ env.NPM_DIST_TAG }}
echo "Release Channel ::: " $RELEASE_CHANNEL
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
npm version prerelease --preid $RELEASE_CHANNEL
npm version prerelease --preid $RELEASE_CHANNEL --workspaces
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
if: steps.check_build.outputs.files_exists == 'true' && (github.ref_name == 'main' && github.event_name != 'workflow_dispatch')
Expand Down

0 comments on commit df674ef

Please sign in to comment.