override an existing release by the same tag

This commit is contained in:
Earl Warren 2024-02-11 23:40:17 +01:00
parent 888150209e
commit 809ad6c4e5
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
4 changed files with 27 additions and 0 deletions

View file

@ -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