fix: Remove error echo message

This commit is contained in:
Ben Woo 2023-08-22 10:24:52 +08:00
parent 3330bd3031
commit 2126efe27c
No known key found for this signature in database
GPG Key ID: FB2A3645536E12C8
1 changed files with 0 additions and 2 deletions

View File

@ -30,10 +30,8 @@ jobs:
- name: Parse release type
run: |
if [[ "${{ steps.release-info.outputs.prerelease }}" == "true" ]]; then
echo "Replacing prerelease version scheme with SNAPSHOT"
echo "RELEASE_TYPE=beta" >> $GITHUB_ENV
else
echo "Using release version scheme"
echo "RELEASE_TYPE=release" >> $GITHUB_ENV
fi