make step clearer
All checks were successful
build

This commit is contained in:
Joe Kaufeld 2023-03-25 20:45:42 -04:00
parent 7a891f252e
commit 4f9653558a

View File

@ -34,7 +34,11 @@ jobs:
-s https://git.joekaufeld.com/api/v1/repos/${GITHUB_REPOSITORY%/*}/${{ github.event.repository.name }}/releases \
-H "Authorization: token ${{ secrets.PAT }}" \
-H 'Content-Type: application/json' \
-d '{"tag_name":"${{ env.CURRENT_TIME_VERSION }}","name":"${{ env.CURRENT_TIME_VERSION }}","body":"RELEASE THE KRAKEN"}' \
-d '{\
"tag_name":"${{ env.CURRENT_TIME_VERSION }}",\
"name":"${{ env.CURRENT_TIME_VERSION }}",\
"body":"RELEASE THE KRAKEN"\
}' \
| python3 -c "import sys, json; print(json.load(sys.stdin)['id'])"\
)""" >> $GITHUB_ENV
- name: Upload assets!