Skip to content

Commit 01767cb

Browse files
authored
chore: publish in public
1 parent ed3bc26 commit 01767cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: npm version ${TAG_NAME} --git-tag-version=false
2020
env:
2121
TAG_NAME: ${{ github.event.release.tag_name }}
22-
- run: npm whoami; npm --ignore-scripts publish --allow-same-version
22+
- run: npm whoami; npm --ignore-scripts publish --allow-same-version --access public
2323
env:
2424
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
2525
- uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)