Skip to content

Commit 392ead1

Browse files
committed
Add repo info to create release
Need to provide this if there's no .git context Signed-off-by: Appu <[email protected]>
1 parent dc444d3 commit 392ead1

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)