Skip to content

Commit 0d5f0ad

Browse files
add provance debug logs
1 parent 17fefbd commit 0d5f0ad

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
types: [published]
66

77
permissions:
8-
contents: read
98
id-token: write
9+
contents: read
1010

1111
jobs:
1212
publish-webrtc-background-blur:
@@ -18,8 +18,7 @@ jobs:
1818
with:
1919
node-version: "24"
2020
registry-url: "https://registry.npmjs.org"
21-
- run: npm config delete //registry.npmjs.org/:_authToken
2221
- run: corepack enable
2322
- run: yarn
2423
- run: yarn build
25-
- run: npm publish --access public --provenance
24+
- run: npm publish

0 commit comments

Comments
 (0)