Skip to content

Commit

Permalink
Fix for gh & npm automation V1.0.19-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
spidermanja committed Jan 5, 2022
1 parent 691d8d1 commit 50ab10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Github package registry authentication
run: npm set //npm.pkg.github.com/:_authToken ${{ secrets.GITHUB_TOKEN }}
- name: Npm registry authentication
run: npm set //registry.npmjs.org/:_authToken ${{ secrets.NPMJS_TOKEN }}
run: npm set //registry.npmjs.org/:_authToken ${{secrets.NPMJS_AUTOMATION}}
- name: Publish packages
run: npm publish

Expand Down

0 comments on commit 50ab10d

Please sign in to comment.