Skip to content

Commit d824b00

Browse files
committed
Tweak workflow
1 parent 28617a7 commit d824b00

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
- run: npm test
2323
- run: npm run release --ci
2424
env:
25-
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
25+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
1+
//registry.npmjs.org/:_authToken=$NPM_TOKEN

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/uiureo/github-pr-release.git"
17+
"url": "https://github.com/uiur/github-pr-release.git"
1818
},
1919
"dependencies": {
2020
"es6-promise": "^2.3.0",

0 commit comments

Comments
 (0)