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 097a12f commit a065a8fCopy full SHA for a065a8f
.github/workflows/release.yaml
@@ -19,12 +19,8 @@ jobs:
19
contents: write
20
21
steps:
22
- - name: Checkout current PR
23
- uses: actions/checkout@v4
24
- with:
25
- fetch-depth: 0
26
- name: Create Release Page
27
shell: bash
28
env:
29
GH_TOKEN: ${{ github.token }}
30
- run: gh release create ${{ github.ref_name }} --generate-notes
+ run: gh release create --repo ${{ github.repository }} ${{ github.ref_name }} --generate-notes
0 commit comments