.gitea/workflows/release.yml aktualisiert
Gitea Actions Demo / Dump Gitea Context (push) Failing after 4s
Details
Gitea Actions Demo / Dump Gitea Context (push) Failing after 4s
Details
This commit is contained in:
parent
d586545a3b
commit
4cace44725
|
@ -7,6 +7,11 @@ jobs:
|
|||
steps:
|
||||
- name: Check out repository code
|
||||
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
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
env:
|
||||
|
@ -14,3 +19,4 @@ jobs:
|
|||
with:
|
||||
files: |-
|
||||
test/**
|
||||
tag_name: nightly
|
||||
|
|
Loading…
Reference in New Issue