Skip to content

Commit

Permalink
Improve maven property evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
ssheikin committed Mar 14, 2022
1 parent 2322e2c commit a079541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Get milestone from pom.xml
run: |
.github/bin/retry ./mvnw -v
echo "MILESTONE_NUMBER=$(./mvnw -q -Dexec.executable=echo -Dexec.args='${project.version}' -N exec:exec | cut -d- -f1)" >> $GITHUB_ENV
echo "MILESTONE_NUMBER=$(./mvnw help:evaluate -Dexpression=project.version -q -DforceStdout | cut -d- -f1)" >> $GITHUB_ENV
- name: Set milestone to PR
uses: actions/github-script@v4
with:
Expand Down

0 comments on commit a079541

Please sign in to comment.