Skip to content

Commit b21b7f0

Browse files
committed
Release: include repo name in command
1 parent b7add18 commit b21b7f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)