We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f08812 + cb684d1 commit a642d8aCopy full SHA for a642d8a
1 file changed
.github/workflows/release.yml
@@ -26,6 +26,7 @@ jobs:
26
with:
27
node-version: 22
28
cache: pnpm
29
+ registry-url: https://registry.npmjs.org
30
31
- run: pnpm install --frozen-lockfile
32
@@ -39,6 +40,8 @@ jobs:
39
40
41
- name: Publish npm snapshots
42
run: pnpm changeset publish --tag snapshot
43
+ env:
44
+ NPM_CONFIG_PROVENANCE: true
45
46
- name: Zip extension
47
if: inputs.extension
@@ -71,6 +74,7 @@ jobs:
71
74
72
75
73
76
77
78
79
80
0 commit comments