Skip to content

Commit c64a82f

Browse files
authored
Fix attach SBOM to GitHub release (#9748)
2 parents bca8bc7 + 2c72d77 commit c64a82f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ jobs:
366366
- name: Attach SBOM to GitHub release
367367
env:
368368
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
369-
run: gh release upload "$GITHUB_REF_NAME" pillow-*.cdx.json
369+
run: gh release upload "$GITHUB_REF_NAME" pillow-*.cdx.json --repo "$GITHUB_REPOSITORY"
370370

371371
pypi-publish:
372372
if: github.event.repository.fork == false && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)