mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 03:42:25 +03:00
;ci: release: avoid creating bogus tags, hopefully
This commit is contained in:
parent
b0ad7c138b
commit
570b825aca
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -23,10 +23,10 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
|
||||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
release_name: ${{ github.ref }}
|
||||
tag_name: X.Y
|
||||
release_name: X.Y
|
||||
body: |
|
||||
|
||||
https://hledger.org/release-notes.html
|
||||
CHANGE 1; CHANGE 2.
|
||||
https://hledger.org/release-notes.html#hledger-X-Y
|
||||
draft: true
|
||||
prerelease: false
|
||||
prerelease: true
|
||||
|
Loading…
Reference in New Issue
Block a user