Skip to content

Commit

Permalink
[CI] Fix syntax for apps-plugin-milestone.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
onobc committed Oct 8, 2023
1 parent a1fb6e7 commit 582b4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apps-plugin-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
-DprocessAllModules=true \
-DgenerateBackupPoms=false \
-Dartifactory.publish.artifacts=false \
-DnewVersion='${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}-'${inputs.milestoneVersion} \
-DnewVersion='${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}-'${{inputs.milestoneVersion}} \
-B
jfrog rt build-clean
jfrog rt mvn -gs settings.xml -Pstagingmilestone,full,deploymentfiles -B install -DskipTests
Expand Down

0 comments on commit 582b4e7

Please sign in to comment.