Skip to content

Commit

Permalink
v1.0.3683
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Lukyanov committed Oct 26, 2020
1 parent e9df3d0 commit 47c8059
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 @@ -14,6 +14,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm i && npm run dist
- run: npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}
- run: npm publish
- run: npm publish --access public
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 47c8059

Please sign in to comment.