Skip to content

Commit 2126efe

Browse files
committed
fix: Remove error echo message
1 parent 3330bd3 commit 2126efe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/dbo_upload.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ jobs:
3030
- name: Parse release type
3131
run: |
3232
if [[ "${{ steps.release-info.outputs.prerelease }}" == "true" ]]; then
33-
echo "Replacing prerelease version scheme with SNAPSHOT"
3433
echo "RELEASE_TYPE=beta" >> $GITHUB_ENV
3534
else
36-
echo "Using release version scheme"
3735
echo "RELEASE_TYPE=release" >> $GITHUB_ENV
3836
fi
3937

0 commit comments

Comments
 (0)