This commit is contained in:
parent
b83a2d5b19
commit
e2a253592d
1 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,11 @@ jobs:
|
||||||
tree builds
|
tree builds
|
||||||
echo "---"
|
echo "---"
|
||||||
echo
|
echo
|
||||||
|
- name: get last release
|
||||||
|
run: |
|
||||||
|
curl -X 'GET' \
|
||||||
|
'https://git.euph.dev/api/v1/repos/${{ github.repository }}/releases?draft=true&pre-release=true' \
|
||||||
|
-H 'accept: application/json'
|
||||||
- name: create release
|
- name: create release
|
||||||
run: |
|
run: |
|
||||||
curl -X 'POST' \
|
curl -X 'POST' \
|
||||||
|
|
Loading…
Reference in a new issue