mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-08-29 04:01:03 +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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue