Skip to content

Commit c45a9cf

Browse files
committed
fix: disable provenance on publish (repo URL points to Codeberg)
1 parent e8520ae commit c45a9cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060
working-directory: source/${{ steps.vars.outputs.dir }}
6161
run: npm run build --if-present
6262

63-
- name: Publish to npm (OIDC trusted publishing)
63+
- name: Publish to npm (OIDC trusted publishing, no provenance)
6464
working-directory: source/${{ steps.vars.outputs.dir }}
65-
run: npm publish --access public
65+
run: npm publish --access public --provenance=false

0 commit comments

Comments
 (0)