Skip to content

Commit

Permalink
set revision not release (#28500)
Browse files Browse the repository at this point in the history
  • Loading branch information
spbolton authored May 9, 2024
1 parent b18b2c6 commit c3f6242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli-release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
# set version in .mvn/maven.config
echo "-Dprod=true" > .mvn/maven.config
echo "-Drelease=${release_version}" >> .mvn/maven.config
echo "-Drevision=${release_version}" >> .mvn/maven.config
echo "-Dchangelist=" >> .mvn/maven.config
# Commit version changes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
# set version in .mvn/maven.config
echo "-Dprod=true" > .mvn/maven.config
echo "-Drelease=${release_version}" >> .mvn/maven.config
echo "-Drevision=${release_version}" >> .mvn/maven.config
echo "-Dchangelist=" >> .mvn/maven.config
git add .mvn/maven.config
Expand Down

0 comments on commit c3f6242

Please sign in to comment.