Skip to content

Commit

Permalink
make npmjs pkg public
Browse files Browse the repository at this point in the history
  • Loading branch information
coliu19 committed Oct 11, 2022
1 parent 8dbc8b3 commit b523f18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- run: npm ci
- run: npm publish --access=restricted
# - run: npm publish --access=public
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

Expand Down

0 comments on commit b523f18

Please sign in to comment.