mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-08-29 04:01: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
|
uses: SELF@vTest
|
||||||
with:
|
with:
|
||||||
direction: upload
|
direction: upload
|
||||||
tag: a/v3.0
|
tag: v/3.0
|
||||||
token: FORGEJO_TEST_TOKEN
|
token: FORGEJO_TEST_TOKEN
|
||||||
release-dir: upload-dir-v3
|
release-dir: upload-dir-v3
|
||||||
release-notes: "RELEASE NOTES"
|
release-notes: "RELEASE NOTES"
|
||||||
|
@ -85,7 +85,7 @@ jobs:
|
||||||
uses: SELF@vTest
|
uses: SELF@vTest
|
||||||
with:
|
with:
|
||||||
direction: download
|
direction: download
|
||||||
tag: a/v3.0
|
tag: v/3.0
|
||||||
token: FORGEJO_TEST_TOKEN
|
token: FORGEJO_TEST_TOKEN
|
||||||
release-dir: download-dir-v3
|
release-dir: download-dir-v3
|
||||||
verbose: true
|
verbose: true
|
||||||
|
|
Loading…
Reference in a new issue