mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
remove v prefix from release title
This commit is contained in:
parent
5ba4fd0f50
commit
160e206bad
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -113,7 +113,7 @@ jobs:
|
|||
- name: Create GitHub Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
name: "Greenshot v${{ steps.extract_version.outputs.version }} unstable"
|
||||
name: "Greenshot ${{ steps.extract_version.outputs.version }} unstable"
|
||||
tag_name: "v${{ steps.extract_version.outputs.version }}"
|
||||
files: drop/*.exe
|
||||
draft: true
|
||||
|
@ -126,7 +126,7 @@ jobs:
|
|||
# TODOs
|
||||
# [ ] code signing (setup.iss / innosetup)
|
||||
# [x] name of release
|
||||
# [ ] version tag
|
||||
# [x] version tag
|
||||
# [ ] change log (?) (release-drafter action)
|
||||
# [ ] update gh-pages automatically (?)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue