-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
10e60dd
commit df674ef
Showing
1 changed file
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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') | ||
|