Skip to content

Commit

Permalink
ci: publish as public
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Jan 3, 2024
1 parent 78860f4 commit 4f91869
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 @@ -24,7 +24,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: pnpm install
- run: pnpm version ${GITHUB_REF_NAME#v}
- run: pnpm publish
- run: pnpm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13.0
Expand Down

0 comments on commit 4f91869

Please sign in to comment.