Skip to content

Commit 79b356a

Browse files
committedJan 20, 2022
chore: update var name
1 parent 54e7722 commit 79b356a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ jobs:
117117
- if: ${{ steps.release.outputs.release_created }}
118118
run: npm publish
119119
env:
120-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
120+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
121121
- if: ${{ !steps.release.outputs.release_created }}
122122
run: |
123123
npm version `node -p -e "require('./package.json').version"`-`git rev-parse --short HEAD` --no-git-tag-version
124124
npm publish --tag next
125125
env:
126-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
126+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)
Please sign in to comment.