Skip to content

Commit 34ad016

Browse files
authored
chore: configure provenance env var (#12809)
1 parent b462c8d commit 34ad016

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ jobs:
4343
publish: pnpm changeset:publish
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46+
NPM_CONFIG_PROVENANCE: true
4647
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

packages/svelte/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,5 @@
154154
"project": [
155155
"src/**"
156156
]
157-
},
158-
"publishConfig": {
159-
"provenance": true
160157
}
161158
}

0 commit comments

Comments
 (0)