mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-08-30 04:31:02 +00:00
fix(ci): do not use the same tag for different workflows
This commit is contained in:
parent
efc7c9870c
commit
428b5e175f
|
@ -98,7 +98,7 @@ jobs:
|
||||||
uses: SELF@vTest
|
uses: SELF@vTest
|
||||||
with:
|
with:
|
||||||
direction: upload
|
direction: upload
|
||||||
tag: v1.2
|
tag: v1.3
|
||||||
token: FORGEJO_TEST_TOKEN
|
token: FORGEJO_TEST_TOKEN
|
||||||
release-dir: upload-dir
|
release-dir: upload-dir
|
||||||
release-notes: "RELEASE NOTES"
|
release-notes: "RELEASE NOTES"
|
||||||
|
@ -109,7 +109,7 @@ jobs:
|
||||||
uses: SELF@vTest
|
uses: SELF@vTest
|
||||||
with:
|
with:
|
||||||
direction: download
|
direction: download
|
||||||
tag: v1.2
|
tag: v1.3
|
||||||
token: FORGEJO_TEST_TOKEN
|
token: FORGEJO_TEST_TOKEN
|
||||||
release-dir: download-dir
|
release-dir: download-dir
|
||||||
verbose: true
|
verbose: true
|
||||||
|
|
Loading…
Reference in a new issue