mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-08-28 19:51:03 +00:00
fix(ci): test logic requires that tags start with a v
This commit is contained in:
parent
428b5e175f
commit
2b1b059591
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue