Skip to content

Commit 6e2aff4

Browse files
authored
fix: pipeline (#11)
1 parent 179678e commit 6e2aff4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
with:
2626
node-version: 22
2727
cache: pnpm
28+
registry-url: 'https://registry.npmjs.org'
2829

2930
- run: pnpm install --frozen-lockfile
3031

@@ -36,6 +37,7 @@ jobs:
3637
version: pnpm version-packages
3738
env:
3839
GITHUB_TOKEN: ${{ secrets.CHANGESETS_PAT }}
40+
NPM_CONFIG_PROVENANCE: true
3941

4042
- name: Create GitHub Releases
4143
if: steps.changesets.outputs.published == 'true'

0 commit comments

Comments
 (0)