This commit is contained in:
parent
56da4c30f6
commit
b83a2d5b19
1 changed files with 2 additions and 2 deletions
|
@ -43,11 +43,11 @@ jobs:
|
||||||
echo "---"
|
echo "---"
|
||||||
tree builds
|
tree builds
|
||||||
echo "---"
|
echo "---"
|
||||||
echo ${{ github.repository }}
|
echo
|
||||||
- name: create release
|
- name: create release
|
||||||
run: |
|
run: |
|
||||||
curl -X 'POST' \
|
curl -X 'POST' \
|
||||||
'https://git.euph.dev/api/v1/repos/gamedev/snake/releases' \
|
'https://git.euph.dev/api/v1/repos/${{ github.repository }}/releases' \
|
||||||
-H 'accept: application/json' \
|
-H 'accept: application/json' \
|
||||||
-H 'Content-Type: application/json' \
|
-H 'Content-Type: application/json' \
|
||||||
-H 'Authorization: token ${{ secrets.RELEASE_TOKEN }}' \
|
-H 'Authorization: token ${{ secrets.RELEASE_TOKEN }}' \
|
||||||
|
|
Loading…
Reference in a new issue