Skip to content

Commit 734d67d

Browse files
authored
Merge pull request #332 from storybookjs/npm-trusted-publishing
Use npm Trusted Publishing
2 parents 64fa98c + 503771d commit 734d67d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ env:
66
CI: true
77
COREPACK_INTEGRITY_KEYS: 0
88

9+
permissions:
10+
id-token: write
11+
contents: write
12+
pull-requests: write
13+
914
jobs:
1015
release:
1116
runs-on: ubuntu-latest

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.9.0
1+
24

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"svelte": "^5.0.0",
108108
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
109109
},
110-
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
110+
"packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa",
111111
"publishConfig": {
112112
"access": "public"
113113
},

0 commit comments

Comments
 (0)