Skip to content

Commit

Permalink
github actions; publish to npm is private by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lostfields committed Apr 7, 2020
1 parent e0ad67b commit 644068b
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 @@ -45,7 +45,7 @@ jobs:
run: |
npm ci
npm run build
npm publish --@tfso:registry=https://registry.npmjs.org/
npm publish --access public --@tfso:registry=https://registry.npmjs.org/
env:
CI: true
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down

0 comments on commit 644068b

Please sign in to comment.