We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3f2d2 commit 911b882Copy full SHA for 911b882
.github/workflows/publish.yml
@@ -31,4 +31,4 @@ jobs:
31
- run: npm run build
32
- run: npm publish --provenance --access public
33
env:
34
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
+ NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
package.json
@@ -15,7 +15,7 @@
15
],
16
"repository": {
17
"type": "git",
18
- "url": "https://github.com/dukeluo/eslint-plugin-check-file"
+ "url": "git+https://github.com/dukeluo/eslint-plugin-check-file.git"
19
},
20
"author": "Huan Luo <dukeluo@outlook.com> (https://shaiwang.life)",
21
"funding": [
0 commit comments