Skip to content

Commit 32afab1

Browse files
committed
Fixate main version to 1.0.0-SNAPSHOT
1 parent 3b19f51 commit 32afab1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ 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"
4443
echo "Github username: ${GITHUB_ACTOR}"
45-
./gradlew -Pversion=${NEW_VERSION}-SNAPSHOT publish -x check
44+
./gradlew -Pversion=1.0.0-SNAPSHOT publish -x check
4645
env:
4746
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4847

0 commit comments

Comments
 (0)