fix: Remove debug echos

This commit is contained in:
Ben Woo 2023-08-23 11:09:23 +08:00
parent 9c3914d409
commit 70132c0da4
No known key found for this signature in database
GPG Key ID: FB2A3645536E12C8
2 changed files with 0 additions and 12 deletions

View File

@ -30,12 +30,6 @@ jobs:
release_created: ${{ steps.release.outputs.release_created }}
tag_name: ${{ steps.release.outputs.tag_name }}
steps:
- name: Echo inputs
run: |
echo "release_mode: ${{ inputs.release_mode }}"
echo "version_bump: ${{ inputs.version_bump }}"
echo "promote_from: ${{ inputs.promote_from }}"
- uses: actions/checkout@v3
with:
ref: ${{ inputs.promote_from }}

View File

@ -52,12 +52,6 @@ jobs:
echo "release_type=Release" >> $GITHUB_OUTPUT
fi
- name: echo params
run: |
echo "upload_modrinth: ${{ inputs.upload_modrinth }}"
echo "upload_dbo: ${{ inputs.upload_dbo }}"
echo "release_type: ${{ steps.parse-release-type.outputs.release_type }}"
- name: Upload to Modrinth
if: ${{ !cancelled() || inputs.upload_modrinth == 'true' }}
uses: benwoo1110/modrinth-upload-action@v1