Skip to content

Commit

Permalink
devtool: fix yarn publish option
Browse files Browse the repository at this point in the history
  • Loading branch information
akfm.sato committed Jul 15, 2022
1 parent e87cc65 commit 0cfadf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: npm registry release
run: yarn publish
run: yarn publish --access public
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: github release
Expand Down

0 comments on commit 0cfadf2

Please sign in to comment.