fix(ci): test logic requires that tags start with a v

This commit is contained in:
Earl Warren 2025-07-26 07:05:42 +02:00
parent 428b5e175f
commit 2b1b059591
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -75,7 +75,7 @@ jobs:
uses: SELF@vTest
with:
direction: upload
tag: a/v3.0
tag: v/3.0
token: FORGEJO_TEST_TOKEN
release-dir: upload-dir-v3
release-notes: "RELEASE NOTES"
@ -85,7 +85,7 @@ jobs:
uses: SELF@vTest
with:
direction: download
tag: a/v3.0
tag: v/3.0
token: FORGEJO_TEST_TOKEN
release-dir: download-dir-v3
verbose: true