2 parents 2cf0ba5 + d458639 commit f6ff58bCopy full SHA for f6ff58b
2 files changed
.github/workflows/publish.yml
@@ -8,6 +8,8 @@ on:
8
jobs:
9
publish:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ id-token: write
13
steps:
14
- uses: actions/checkout@v1
15
- uses: actions/setup-node@v1
@@ -39,5 +41,3 @@ jobs:
39
41
40
42
- name: npm publish
43
run: npm publish --access public
- env:
- NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
package.json
@@ -27,7 +27,7 @@
27
},
28
"repository": {
29
"type": "git",
30
- "url": "https://github.com/wezz/StoreManager"
+ "url": "git+https://github.com/wezz/StoreManager.git"
31
32
"author": "Wezz Balk <github@wezz.se> (https://github.com/wezz)",
33
"license": "MIT",
0 commit comments