Skip to content

Commit a642d8a

Browse files
authored
Merge pull request #6 from ryanbas21/chore/fix-description
fix: restore registry-url and add provenance for snapshot publish
2 parents 0f08812 + cb684d1 commit a642d8a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
node-version: 22
2828
cache: pnpm
29+
registry-url: https://registry.npmjs.org
2930

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

@@ -39,6 +40,8 @@ jobs:
3940

4041
- name: Publish npm snapshots
4142
run: pnpm changeset publish --tag snapshot
43+
env:
44+
NPM_CONFIG_PROVENANCE: true
4245

4346
- name: Zip extension
4447
if: inputs.extension
@@ -71,6 +74,7 @@ jobs:
7174
with:
7275
node-version: 22
7376
cache: pnpm
77+
registry-url: https://registry.npmjs.org
7478

7579
- run: pnpm install --frozen-lockfile
7680

0 commit comments

Comments
 (0)