Skip to content

Commit

Permalink
set access=public
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsuyui committed May 6, 2023
1 parent 016773a commit 536e3c2
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 @@ -56,7 +56,7 @@ jobs:
cd $built_dir
rm -rf $tempdir
- run: npm publish
- run: npm publish --access=public
working-directory: packages/${{ matrix.package_name }}
if: github.event_name == 'release' && !github.event.release.prerelease
env:
Expand Down

0 comments on commit 536e3c2

Please sign in to comment.