Skip to content

Commit 3b19f51

Browse files
committed
Fix script for echo
1 parent b194da8 commit 3b19f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
echo "Github ref: ${GITHUB_REF}"
4242
NEW_VERSION=$(echo "${GITHUB_REF}" | cut -d "/" -f3)
43-
echo "New version: ${NEW_VERSION}-SNAPSHOT
43+
echo "New version: ${NEW_VERSION}-SNAPSHOT"
4444
echo "Github username: ${GITHUB_ACTOR}"
4545
./gradlew -Pversion=${NEW_VERSION}-SNAPSHOT publish -x check
4646
env:

0 commit comments

Comments
 (0)