Skip to content

Commit 4d4a2cd

Browse files
committed
Add missing property to milestone workflow
1 parent b5702d1 commit 4d4a2cd

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
@@ -45,7 +45,7 @@ jobs:
4545
# version to get used with tagging
4646
- name: Configure Milestone Version
4747
run: |
48-
jfrog rt gradle milestoneVersion -P${{ github.event.inputs.milestone }}
48+
jfrog rt gradle milestoneVersion -PstatemachineMilestone=${{ github.event.inputs.milestone }}
4949
echo PROJECT_VERSION=$(jfrog rt gradle "properties -q" | grep "version:" | awk '{print $2}')-${{ github.event.inputs.milestone }} >> $GITHUB_ENV
5050
# build and publish to staging repo.
5151
# we've allready tested with snapshots so no need to test

0 commit comments

Comments
 (0)