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 007209f commit 10e60dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ 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 publish --tag $RELEASE_CHANNEL --workspaces
Expand Down

0 comments on commit 10e60dd

Please sign in to comment.