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 c52bb84 commit 2b65021Copy full SHA for 2b65021
.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