Skip to content

Commit 28a1bf3

Browse files
committed
Add provance
1 parent 04de9a9 commit 28a1bf3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
permissions:
1313
packages: write
1414
contents: write
15+
id-token: write
1516

1617
defaults:
1718
run:

packages/persist-and-sync/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"license": "MIT",
1818
"scripts": {
1919
"build": "tsc && node touchup.js",
20-
"publish-package": "cd dist && npm publish && node ../legacy-support.js && npm publish",
20+
"publish-package": "cd dist && npm publish && node ../legacy-support.js && npm publish --provenance --access public",
2121
"test": "vitest run --coverage"
2222
},
2323
"funding": {

0 commit comments

Comments
 (0)