Skip to content

Commit 0da25be

Browse files
committed
Revert --provenance for now
1 parent e7596ab commit 0da25be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/typescript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ jobs:
7474

7575
- name: Publish package
7676
working-directory: src/${{ matrix.package }}
77-
run: npm publish --provenance
77+
run: npm publish # --provenance
7878
env:
7979
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)