We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4155d6 + a628845 commit e20b69cCopy full SHA for e20b69c
1 file changed
.github/workflows/release.yml
@@ -15,12 +15,8 @@ jobs:
15
name: Create GitHub release
16
if: ${{ github.repository_owner == 'voxpupuli' }}
17
steps:
18
- - name: checkout code
19
- uses: actions/checkout@v5
20
- with:
21
- fetch-depth: 0
22
- name: Create Release Page
23
shell: bash
24
env:
25
GH_TOKEN: ${{ github.token }}
26
- run: gh release create ${{ github.ref_name }} --generate-notes
+ run: gh release create --repo ${{ github.repository }} ${{ github.ref_name }} --generate-notes
0 commit comments