Skip to content

Commit

Permalink
[NO JIRA]: Update release CI to set new version numbers (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
olliecurtis authored Oct 19, 2023
1 parent bd26396 commit 00e0dc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/fork_cra5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
- name: Publish NPM package
run: |
cd packages/react-scripts
npm version prerelease --preid=dev --no-git-tag-version
npm version premajor --preid=$BUILD_VERSION-dev --no-git-tag-version
npm publish --tag alpha
env:
BUILD_VERSION: ${{ github.run_number }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 00e0dc1

Please sign in to comment.