We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4a2cd commit 0d249c0Copy full SHA for 0d249c0
.github/workflows/release-milestone.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Configure Milestone Version
47
run: |
48
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
+ echo PROJECT_VERSION=$(jfrog rt gradle "properties -q" | grep "version:" | awk '{print $2}') >> $GITHUB_ENV
50
# build and publish to staging repo.
51
# we've allready tested with snapshots so no need to test
52
# with a release build as we are not a release train.
0 commit comments