Skip to content

Commit 911b882

Browse files
committed
chore: update action file
1 parent dd3f2d2 commit 911b882

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
- run: npm run build
3232
- run: npm publish --provenance --access public
3333
env:
34-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
34+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/dukeluo/eslint-plugin-check-file"
18+
"url": "git+https://github.com/dukeluo/eslint-plugin-check-file.git"
1919
},
2020
"author": "Huan Luo <dukeluo@outlook.com> (https://shaiwang.life)",
2121
"funding": [

0 commit comments

Comments
 (0)