Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Publish to npm
if: ${{ steps.release.outputs.release_created }}
run: pnpm publish --access public --no-git-checks --provenance
run: npm publish --access public --provenance

- name: Generate SBOM
if: ${{ steps.release.outputs.release_created }}
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
run: pnpm run build

- name: Publish to npm
run: pnpm publish --access public --no-git-checks --provenance
run: npm publish --access public --provenance

- name: Generate SBOM
run: pnpm run sbom
Expand Down
Loading