Skip to content

Commit

Permalink
changesets version package PR fix (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmarsicloud authored Jun 1, 2023
1 parent 0bd9951 commit b4e0d43
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
packages: write
pull-requests: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
token: ${{ secrets.CHANGESETS_TOKEN }}

- uses: actions/setup-node@v3
with:
node-version: 18
Expand All @@ -37,5 +40,5 @@ jobs:
version: yarn changeset version
publish: yarn changeset publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.CHANGESETS_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit b4e0d43

Please sign in to comment.