Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tangkevkev committed Jul 6, 2023
1 parent 2e27d16 commit ad6f680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo "GITHUB SHA: ${GITHUB_SHA::8}"
date=$(date -u +%Y%m%d%H%M)
echo "Date: ${date}"
final_version=${version_number}${GITHUB_SHA::8}-${date}
final_version=${version_number}${date}-${github.run_number}-{GITHUB_SHA::8}
echo "Final version: ${final_version}"
mvn versions:set -DnewVersion=${final_version}
- name: Build with Maven
Expand Down

0 comments on commit ad6f680

Please sign in to comment.