Skip to content

Commit

Permalink
chore(release): add NODE_AUTH_TOKEN key as release failed
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed May 31, 2023
1 parent 44b18c8 commit d40878a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release_node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- run: pnpm run test
- name: create and publish versions
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ eggs-debug.log
.pnpm-store
.idea
lerna-debug.log
pnpm-lock.yaml
# pnpm-lock.yaml

0 comments on commit d40878a

Please sign in to comment.