Skip to content

Commit

Permalink
chore: publish in public
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Nov 6, 2024
1 parent ed3bc26 commit 01767cb
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 @@ -19,7 +19,7 @@ jobs:
- run: npm version ${TAG_NAME} --git-tag-version=false
env:
TAG_NAME: ${{ github.event.release.tag_name }}
- run: npm whoami; npm --ignore-scripts publish --allow-same-version
- run: npm whoami; npm --ignore-scripts publish --allow-same-version --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
- uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 01767cb

Please sign in to comment.