Skip to content

Commit e20b69c

Browse files
authored
Merge pull request #995 from bastelfreak/relllllll
CI: Optimize release workflow
2 parents e4155d6 + a628845 commit e20b69c

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,8 @@ jobs:
1515
name: Create GitHub release
1616
if: ${{ github.repository_owner == 'voxpupuli' }}
1717
steps:
18-
- name: checkout code
19-
uses: actions/checkout@v5
20-
with:
21-
fetch-depth: 0
2218
- name: Create Release Page
2319
shell: bash
2420
env:
2521
GH_TOKEN: ${{ github.token }}
26-
run: gh release create ${{ github.ref_name }} --generate-notes
22+
run: gh release create --repo ${{ github.repository }} ${{ github.ref_name }} --generate-notes

0 commit comments

Comments
 (0)