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 1cad2f6 commit 2e27d16
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
echo "Date: ${date}"
final_version=${version_number}${GITHUB_SHA::8}-${date}
echo "Final version: ${final_version}"
- name: Update POM version
run: |
echo "Final version 2: ${final_version}"
mvn versions:set -DnewVersion=${final_version}
- name: Build with Maven
run: mvn -B package -P github deploy --file extensions/extension-password-hashprovider/pom.xml
Expand Down

0 comments on commit 2e27d16

Please sign in to comment.