Skip to content

Commit 0214112

Browse files
committed
fix: try turning off provenance?
1 parent d53c594 commit 0214112

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
message: "chore: bump version to ${{ steps.check-api.outputs.api-version }} [skip ci]"
6161

6262
- name: Publish to npm
63-
run: npm publish --provenance --ignore-scripts
63+
run: npm publish # --provenance --ignore-scripts
6464
if: steps.check-tag.outputs.exists == 'false'
6565
# env:
6666
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)