This commit is contained in:
parent
56da4c30f6
commit
b83a2d5b19
1 changed files with 2 additions and 2 deletions
|
@ -43,11 +43,11 @@ jobs:
|
|||
echo "---"
|
||||
tree builds
|
||||
echo "---"
|
||||
echo ${{ github.repository }}
|
||||
echo
|
||||
- name: create release
|
||||
run: |
|
||||
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 'Content-Type: application/json' \
|
||||
-H 'Authorization: token ${{ secrets.RELEASE_TOKEN }}' \
|
||||
|
|
Loading…
Reference in a new issue