Skip to content

Commit

Permalink
chore: update RC process
Browse files Browse the repository at this point in the history
  • Loading branch information
Marabyte committed May 6, 2024
1 parent df3e877 commit 9f64c30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:

- name: Publish Colour Release Candidate
run: |
npm version prerelease --preid rc.${{ github.event.number }}.${{ github.run_id }} --git-tag-version=false
npm publish --tag rc
npx changeset pre enter rc
npx changeset version
npx changeset publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 9f64c30

Please sign in to comment.