Skip to content

Commit

Permalink
fix: going back to npm_token
Browse files Browse the repository at this point in the history
  • Loading branch information
MadaraUchiha-314 committed Aug 18, 2023
1 parent a967cdf commit d197281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
cd packages/rollup-plugin-module-federation && npx semantic-release
2 changes: 1 addition & 1 deletion packages/rollup-plugin-module-federation/.npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

0 comments on commit d197281

Please sign in to comment.