We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68813d9 commit b535f6cCopy full SHA for b535f6c
.github/workflows/npm-publish.yml
@@ -29,6 +29,6 @@ jobs:
29
registry-url: https://registry.npmjs.org/
30
- run: npm ci
31
- run: npm run build
32
- - run: npm publish
+ - run: npm publish --access public
33
env:
34
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
package.json
@@ -29,7 +29,7 @@
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
- "url": "https://github.com/DatanoiseTV/translator-gemini.git"
+ "url": "git+https://github.com/DatanoiseTV/translator-gemini.git"
},
"bugs": {
35
"url": "https://github.com/DatanoiseTV/translator-gemini/issues"
0 commit comments