Skip to content

Commit ab36c1e

Browse files
committed
ci: fix
1 parent 43d50fc commit ab36c1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
types: [published]
77

88
permissions:
9+
id-token: write
910
contents: write
1011

1112
jobs:
@@ -21,4 +22,4 @@ jobs:
2122
npm install -g pnpm
2223
pnpm install
2324
pnpm run build
24-
pnpm run publish --provenance
25+
pnpm run publish

0 commit comments

Comments
 (0)