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 a5e288c commit 1cad2f6
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}-${github.run_number}-${date}
final_version=${version_number}${GITHUB_SHA::8}-${date}
echo "Final version: ${final_version}"
- name: Update POM version
run: |
Expand Down

0 comments on commit 1cad2f6

Please sign in to comment.