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 72b03b9 commit 6944c6eCopy full SHA for 6944c6e
1 file changed
.github/workflows/npm-publish.yml
@@ -3,7 +3,11 @@ name: Publish to npm
3
on:
4
push:
5
tags:
6
- - "v*.*.*"
+ - "v*"
7
+
8
+permissions:
9
+ id-token: write # Required for OIDC
10
+ contents: read
11
12
jobs:
13
publish:
@@ -28,7 +32,6 @@ jobs:
28
32
uses: actions/setup-node@v4
29
33
with:
30
34
node-version: "20"
31
- registry-url: "https://registry.npmjs.org"
35
36
- name: Publish to npm
37
run: cd dist && npm publish --provenance
0 commit comments