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 56da4c30f6 - Show all commits

View file

@ -52,11 +52,10 @@ jobs:
-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": "testA", "body": "Automated Build",
"draft": true, "draft": true,
"name": "testB", "name": "Release ${{ steps.package-version.outputs.current-version}}",
"prerelease": true, "prerelease": true,
"tag_name": "testC", "tag_name": "v${{ steps.package-version.outputs.current-version}}",
"target_commitish": "testD"
}' }'