.gitea/workflows/release.yml aktualisiert
Some checks failed
Gitea Actions Demo / Dump Gitea Context (push) Failing after 4s
Some checks failed
Gitea Actions Demo / Dump Gitea Context (push) Failing after 4s
This commit is contained in:
parent
d586545a3b
commit
4cace44725
@ -7,6 +7,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- name: yank release
|
||||||
|
run: >
|
||||||
|
curl -X POST -H "Content-Type: application/json"
|
||||||
|
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}"
|
||||||
|
"git.beisel.it/repos/florian/test/releases/tags/nightly"
|
||||||
- step: test
|
- step: test
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
env:
|
env:
|
||||||
@ -14,3 +19,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
test/**
|
test/**
|
||||||
|
tag_name: nightly
|
||||||
|
Loading…
x
Reference in New Issue
Block a user