Skip to content

Commit

Permalink
chore: Fix the publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-raining committed Dec 20, 2023
1 parent d10be9f commit 4a3bb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: changesets/action@v1
with:
version: yarn bump
publish: yarn release
publish: yarn release -y
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 4a3bb13

Please sign in to comment.