Fix starcatcher-release step (see 8c80dca9)

This commit is contained in:
Tamás Bálint Misius 2021-11-17 20:38:16 +01:00
parent 51b8b0bf38
commit cb7665b631
No known key found for this signature in database
GPG Key ID: 5B472A12F6ECA9F2

View File

@ -196,4 +196,4 @@ jobs:
python-version: '3.8' python-version: '3.8'
- id: get_type - id: get_type
run: python3 ./.github/get-type.py ${{ github.ref }} run: python3 ./.github/get-type.py ${{ github.ref }}
- run: ./.github/starcatcher-publish.sh "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 }}" - run: ./.github/starcatcher-release.sh "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 }}"