ci-test (working now) #2
1 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,11 @@ jobs:
|
|||
tree builds
|
||||
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
|
||||
run: |
|
||||
curl -X 'POST' \
|
||||
|
|
Loading…
Reference in a new issue