Add commit parameter to perform-release request
This commit is contained in:
parent
47d43f0a5b
commit
7f83e21de1
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user