ci-test (working now) #2

Merged
Snoweuph merged 82 commits from ci-test into master 2023-04-05 19:20:53 +00:00
Showing only changes of commit b83a2d5b19 - Show all commits

View file

@ -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 }}' \