Skip to content

Commit 2036681

Browse files
scolladonclaude
andcommitted
fix: remove --provenance flag from npm publish
OIDC provenance attestation requires specific subject claims that don't match when using workflow_call from a different workflow context. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 84c383b commit 2036681

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publisher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Publish to npm
9595
env:
9696
VERSION_TAG: ${{ inputs.version-tag }}
97-
run: npm publish --provenance --access public --tag "$VERSION_TAG"
97+
run: npm publish --access public --tag "$VERSION_TAG"
9898

9999
deprecate:
100100
if: ${{ inputs.action == 'deprecate' }}

0 commit comments

Comments
 (0)