Skip to content

Commit 39065bb

Browse files
authored
Release: include repo name in command (#527)
Because this step is running in a separate job with no checkout, the --repo flag is actually required.
1 parent b7add18 commit 39065bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
# https://cli.github.com/manual/gh_release_create
139139
env:
140140
GITHUB_TOKEN: ${{ github.token }}
141-
run: gh release create --generate-notes --verify-tag ${GITHUB_REF_NAME}
141+
run: gh release create --repo ${{ github.repository }} --generate-notes --verify-tag ${GITHUB_REF_NAME}
142142
- name: Upload release files
143143
# https://cli.github.com/manual/gh_release_upload
144144
env:

0 commit comments

Comments
 (0)