We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17fefbd commit 0d5f0adCopy full SHA for 0d5f0ad
1 file changed
.github/workflows/release.yml
@@ -5,8 +5,8 @@ on:
5
types: [published]
6
7
permissions:
8
- contents: read
9
id-token: write
+ contents: read
10
11
jobs:
12
publish-webrtc-background-blur:
@@ -18,8 +18,7 @@ jobs:
18
with:
19
node-version: "24"
20
registry-url: "https://registry.npmjs.org"
21
- - run: npm config delete //registry.npmjs.org/:_authToken
22
- run: corepack enable
23
- run: yarn
24
- run: yarn build
25
- - run: npm publish --access public --provenance
+ - run: npm publish
0 commit comments