Skip to content

Commit

Permalink
Update yarn publish
Browse files Browse the repository at this point in the history
  • Loading branch information
iishiishii committed Apr 28, 2024
1 parent aed0bca commit 7d14151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
# Defaults to the user or organization that owns the workflow file
scope: '@iishiishii'
- run: yarn
- run: yarn npm publish # for Yarn version 1, use `yarn publish` instead
- run: yarn publish # for Yarn version 1, use `yarn publish` instead
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 7d14151

Please sign in to comment.