Skip to content

Commit

Permalink
try to authenticate it again
Browse files Browse the repository at this point in the history
  • Loading branch information
HoloPanio authored Dec 5, 2021
1 parent 5d391c9 commit 4a5cf75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: yarn install
- run: yarn version --no-git-tag-version --new-version "${{ github.event.release.tag_name }}"
- run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
- run: npm publish --access public
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down

0 comments on commit 4a5cf75

Please sign in to comment.