mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-06-28 03:13:43 +00:00
override an existing release by the same tag
This commit is contained in:
parent
888150209e
commit
809ad6c4e5
4 changed files with 27 additions and 0 deletions
|
@ -17,6 +17,17 @@ jobs:
|
|||
release-dir: upload-dir
|
||||
release-notes: "RELEASE NOTES"
|
||||
verbose: true
|
||||
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
|
||||
id: release-upload
|
||||
uses: SELF@vTest
|
||||
with:
|
||||
direction: upload
|
||||
tag: v1.0
|
||||
token: FORGEJO_TOKEN
|
||||
release-dir: upload-dir
|
||||
release-notes: "RELEASE NOTES"
|
||||
override: "true"
|
||||
verbose: true
|
||||
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
|
||||
id: release-download
|
||||
uses: SELF@vTest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue