Skip to content

Commit

Permalink
Merge pull request #44 from AkifumiSato/fix-yarn-publish
Browse files Browse the repository at this point in the history
devtool: fix yarn publish option
  • Loading branch information
AkifumiSato committed Jul 15, 2022
2 parents e87cc65 + 0cfadf2 commit ac96fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
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 ac96fa0

Please sign in to comment.