We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 179678e commit 6e2aff4Copy full SHA for 6e2aff4
1 file changed
.github/workflows/release.yml
@@ -25,6 +25,7 @@ jobs:
25
with:
26
node-version: 22
27
cache: pnpm
28
+ registry-url: 'https://registry.npmjs.org'
29
30
- run: pnpm install --frozen-lockfile
31
@@ -36,6 +37,7 @@ jobs:
36
37
version: pnpm version-packages
38
env:
39
GITHUB_TOKEN: ${{ secrets.CHANGESETS_PAT }}
40
+ NPM_CONFIG_PROVENANCE: true
41
42
- name: Create GitHub Releases
43
if: steps.changesets.outputs.published == 'true'
0 commit comments