fix(ci): do not use the same tag for different workflows

This commit is contained in:
Earl Warren 2025-07-26 06:51:13 +02:00
parent efc7c9870c
commit 428b5e175f
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -98,7 +98,7 @@ jobs:
uses: SELF@vTest
with:
direction: upload
tag: v1.2
tag: v1.3
token: FORGEJO_TEST_TOKEN
release-dir: upload-dir
release-notes: "RELEASE NOTES"
@ -109,7 +109,7 @@ jobs:
uses: SELF@vTest
with:
direction: download
tag: v1.2
tag: v1.3
token: FORGEJO_TEST_TOKEN
release-dir: download-dir
verbose: true