Skip to content

Commit

Permalink
fix release next
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Sep 18, 2024
1 parent 703d5c4 commit 521ba8e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,11 @@ jobs:
run: |
yarn changeset pre enter next
yarn changeset version
yarn changeset publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish to NPM
run: yarn changeset publish
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 521ba8e

Please sign in to comment.