Add commit parameter to perform-release request

This commit is contained in:
Tamás Bálint Misius 2021-04-09 16:22:49 +02:00
parent 47d43f0a5b
commit 7f83e21de1
No known key found for this signature in database
GPG Key ID: 5B472A12F6ECA9F2

View File

@ -171,4 +171,4 @@ jobs:
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
- id: get_type - id: get_type
run: python ./.github/get-type.py ${{ github.ref }} run: python ./.github/get-type.py ${{ github.ref }}
- run: curl "https://starcatcher.us/TPT/perform-release.lua?mod=${{ steps.get_type.outputs.MOD_ID }}&type=${{ steps.get_type.outputs.TYPE }}&name=${{ steps.get_type.outputs.NAME }}" - run: curl "https://starcatcher.us/TPT/perform-release.lua?mod=${{ steps.get_type.outputs.MOD_ID }}&type=${{ steps.get_type.outputs.TYPE }}&name=${{ steps.get_type.outputs.NAME }}&commit=${{ github.sha }}" | grep "Release complete"