Skip to content

Commit a200d12

Browse files
authored
Add repo info to create release
Need to provide this if there's no .git context Signed-off-by: Appu <appu@google.com>
1 parent dc444d3 commit a200d12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ jobs:
7171
needs: [build]
7272
permissions:
7373
contents: write
74-
steps:
74+
steps:
7575
- name: Create release
7676
env:
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)