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 e421b0e commit ec4388eCopy full SHA for ec4388e
.github/workflows/release.yml
@@ -22,4 +22,4 @@ jobs:
22
- name: Create Release
23
env:
24
GH_TOKEN: ${{ github.token }}
25
- run: gh release create ${{ github.ref_name }} --generate-notes
+ run: gh release create --repo ${{ github.repository }} ${{ github.ref_name }} --generate-notes
0 commit comments