Skip to content

Commit 0d249c0

Browse files
committed
Fix wrong postfix for project version
1 parent 4d4a2cd commit 0d249c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Configure Milestone Version
4747
run: |
4848
jfrog rt gradle milestoneVersion -PstatemachineMilestone=${{ github.event.inputs.milestone }}
49-
echo PROJECT_VERSION=$(jfrog rt gradle "properties -q" | grep "version:" | awk '{print $2}')-${{ github.event.inputs.milestone }} >> $GITHUB_ENV
49+
echo PROJECT_VERSION=$(jfrog rt gradle "properties -q" | grep "version:" | awk '{print $2}') >> $GITHUB_ENV
5050
# build and publish to staging repo.
5151
# we've allready tested with snapshots so no need to test
5252
# with a release build as we are not a release train.

0 commit comments

Comments
 (0)