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 65b93e0 commit ad0874fCopy full SHA for ad0874f
.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