Skip to content

Commit 34bdd1d

Browse files
authored
Merge pull request #908 from sigstore/loosebazooka-patch-2
Add repo info to create release
2 parents dc444d3 + 392ead1 commit 34bdd1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-sigstore-java-from-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ jobs:
7777
REF_NAME: ${{ github.ref_name }}
7878
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7979
run: |
80-
gh release create -t "${REF_NAME}" ${REF_NAME} -n "See [CHANGELOG.md](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md) for more details."
80+
gh release create -R ${{ github.repository }} -t "${REF_NAME}" ${REF_NAME} -n "See [CHANGELOG.md](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md) for more details."

0 commit comments

Comments
 (0)