Skip to content

Commit f6ff58b

Browse files
committed
Merge branch 'fix/publish-workflow'
2 parents 2cf0ba5 + d458639 commit f6ff58b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
publish:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
id-token: write
1113
steps:
1214
- uses: actions/checkout@v1
1315
- uses: actions/setup-node@v1
@@ -39,5 +41,3 @@ jobs:
3941

4042
- name: npm publish
4143
run: npm publish --access public
42-
env:
43-
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"repository": {
2929
"type": "git",
30-
"url": "https://github.com/wezz/StoreManager"
30+
"url": "git+https://github.com/wezz/StoreManager.git"
3131
},
3232
"author": "Wezz Balk <github@wezz.se> (https://github.com/wezz)",
3333
"license": "MIT",

0 commit comments

Comments
 (0)