Skip to content

Commit

Permalink
ci(release): publish as a public package
Browse files Browse the repository at this point in the history
  • Loading branch information
fthouraud committed Feb 1, 2021
1 parent 57adb59 commit adbe04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
git tag $VERSION
git push --set-upstream origin $VERSION
npm publish
npm publish --access public
env:
VERSION: ${{ steps.get_version.outputs.VERSION }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit adbe04b

Please sign in to comment.