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 b5702d1 commit 4d4a2cdCopy full SHA for 4d4a2cd
.github/workflows/release-milestone.yml
@@ -45,7 +45,7 @@ jobs:
45
# version to get used with tagging
46
- name: Configure Milestone Version
47
run: |
48
- jfrog rt gradle milestoneVersion -P${{ github.event.inputs.milestone }}
+ 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
50
# build and publish to staging repo.
51
# we've allready tested with snapshots so no need to test
0 commit comments