Skip to content

Commit

Permalink
Revert "fix(npm-publish): restore --access public option (#8839)"
Browse files Browse the repository at this point in the history
This reverts commit c5f8c48.
  • Loading branch information
caugner committed May 11, 2023
1 parent f6c3a89 commit ff6208a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:

- name: Publish to npmjs
if: steps.release.outputs.release_created
run: npm publish --access public
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit ff6208a

Please sign in to comment.