mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-09-02 22:31:56 +03:00
test: Move new tests for /
tag behind preexisting tests
This commit is contained in:
parent
c016975aef
commit
f8222f6bf2
1 changed files with 22 additions and 22 deletions
|
@ -17,16 +17,6 @@ jobs:
|
|||
release-dir: upload-dir
|
||||
release-notes: "RELEASE NOTES"
|
||||
verbose: true
|
||||
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
|
||||
id: release-upload-slash-in-tag
|
||||
uses: SELF@vTest
|
||||
with:
|
||||
direction: upload
|
||||
tag: a/v1.0
|
||||
token: FORGEJO_TOKEN
|
||||
release-dir: upload-dir
|
||||
release-notes: "RELEASE NOTES"
|
||||
verbose: true
|
||||
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
|
||||
id: release-upload-override
|
||||
uses: SELF@vTest
|
||||
|
@ -39,18 +29,6 @@ jobs:
|
|||
hide-archive-link: true
|
||||
override: true
|
||||
verbose: true
|
||||
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
|
||||
id: release-upload-override-slash-in-tag
|
||||
uses: SELF@vTest
|
||||
with:
|
||||
direction: upload
|
||||
tag: a/v1.0
|
||||
token: FORGEJO_TOKEN
|
||||
release-dir: upload-dir
|
||||
release-notes-assistant: true
|
||||
hide-archive-link: true
|
||||
override: true
|
||||
verbose: true
|
||||
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
|
||||
id: release-upload-v2
|
||||
uses: SELF@vTest
|
||||
|
@ -67,6 +45,28 @@ jobs:
|
|||
- \backslash escape
|
||||
- !exclamation_mark
|
||||
verbose: true
|
||||
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
|
||||
id: release-upload-slash-in-tag
|
||||
uses: SELF@vTest
|
||||
with:
|
||||
direction: upload
|
||||
tag: a/v3.0
|
||||
token: FORGEJO_TOKEN
|
||||
release-dir: upload-dir
|
||||
release-notes: "RELEASE NOTES"
|
||||
verbose: true
|
||||
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
|
||||
id: release-upload-override-slash-in-tag
|
||||
uses: SELF@vTest
|
||||
with:
|
||||
direction: upload
|
||||
tag: a/v3.0
|
||||
token: FORGEJO_TOKEN
|
||||
release-dir: upload-dir
|
||||
release-notes-assistant: true
|
||||
hide-archive-link: true
|
||||
override: true
|
||||
verbose: true
|
||||
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
|
||||
id: release-download
|
||||
uses: SELF@vTest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue