Skip to content

Commit

Permalink
Revert --provenance for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Nov 25, 2024
1 parent e7596ab commit 0da25be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ jobs:

- name: Publish package
working-directory: src/${{ matrix.package }}
run: npm publish --provenance
run: npm publish # --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 0da25be

Please sign in to comment.