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 0ae52b8Copy full SHA for 0ae52b8
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,7 @@ jobs:
28
32
uses: actions/setup-node@v4
29
33
with:
30
34
node-version: "20"
31
- registry-url: "https://registry.npmjs.org"
35
+ registry-url: "https://registry.npmjs.org/"
36
37
- name: Publish to npm
38
run: cd dist && npm publish --provenance
0 commit comments