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 d71e7508dc - Show all commits

View file

@ -55,10 +55,10 @@ jobs:
-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 }}' \
-d '{ -d "{
"body": "Automated Build", \"body\": \"Automated Build\",
"draft": true, \"draft\": true,
"name": "Automated Release $VERSION", \"name\": \"Automated Release $VERSION\",
"prerelease": true, \"prerelease\": true,
"tag_name": "$VERSION" \"tag_name\": "$VERSION"
}' }"