mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-24 11:37:58 +01:00
fix: Remove debug echos
This commit is contained in:
parent
9c3914d409
commit
70132c0da4
6
.github/workflows/call.github_release.yml
vendored
6
.github/workflows/call.github_release.yml
vendored
@ -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 }}
|
||||
|
6
.github/workflows/call.platform_uploads.yml
vendored
6
.github/workflows/call.platform_uploads.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user