We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74bdd0f commit 3301e68Copy full SHA for 3301e68
2 files changed
.github/workflows/npm-publish.yml
@@ -32,7 +32,8 @@ jobs:
32
with:
33
node-version: 22
34
cache: 'yarn'
35
- registry-url: https://registry.npmjs.org/
36
- run: yarn install --frozen-lockfile
37
- run: yarn build
38
- - run: npm publish --provenance --access public
+ - run: npm publish --provenance --access public
+ env:
39
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -35,7 +35,7 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/ibutsu/ibutsu-client-javascript.git"
+ "url": "git+https://github.com/ibutsu/ibutsu-client-javascript.git"
40
"keywords": [
41
"ibutsu",
0 commit comments