We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7add18 commit 39065bbCopy full SHA for 39065bb
.github/workflows/release.yml
@@ -138,7 +138,7 @@ jobs:
138
# https://cli.github.com/manual/gh_release_create
139
env:
140
GITHUB_TOKEN: ${{ github.token }}
141
- run: gh release create --generate-notes --verify-tag ${GITHUB_REF_NAME}
+ run: gh release create --repo ${{ github.repository }} --generate-notes --verify-tag ${GITHUB_REF_NAME}
142
- name: Upload release files
143
# https://cli.github.com/manual/gh_release_upload
144
0 commit comments