Skip to content

Commit

Permalink
Make version use sha
Browse files Browse the repository at this point in the history
  • Loading branch information
alerman committed Sep 27, 2024
1 parent 16179fa commit 81a4208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-accumulo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Update DataWave Dependency Version
run: |
cd $GITHUB_WORKSPACE/datawave
mvn -DaltDeploymentRepository github-datawave::https://maven.pkg.github.com/NationalSecurityAgency/datawave -s $GITHUB_WORKSPACE/datawave.github/workflows/settings.xml versions:set-property -Dproperty=version.accumulo -DnewVersion=${{ steps.build-accumulo.outputs.accumuloversion }} -DgenerateBackupPoms=false
mvn -DaltReleaseDeploymentRepository github-datawave::https://maven.pkg.github.com/NationalSecurityAgency/datawave -s $GITHUB_WORKSPACE/datawave.github/workflows/settings.xml versions:set-property -Dproperty=version.accumulo -DnewVersion=${{ steps.build-accumulo.outputs.accumuloversion }} -DgenerateBackupPoms=false
- name: Build Web and Ingest Docker Images (Maven)
run: |
cd $GITHUB_WORKSPACE/datawave
Expand Down

0 comments on commit 81a4208

Please sign in to comment.