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 'Authorization: token ${{ secrets.RELEASE_TOKEN }}' \
-d '{
"body": "testA",
"body": "Automated Build",
"draft": true,
"name": "testB",
"name": "Release ${{ steps.package-version.outputs.current-version}}",
"prerelease": true,
"tag_name": "testC",
"target_commitish": "testD"
"tag_name": "v${{ steps.package-version.outputs.current-version}}",
}'