Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/HHS/ASPR-8 into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffz committed Jun 17, 2024
2 parents 72e3bf8 + af8336e commit 83d4636
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
env:
VERSION: ${{ needs.release.outputs.gcm_version }}
steps:
- name: Checkout GCM
- name: Checkout GCM Taskit
uses: actions/checkout@v4
with:
repository: HHS/ASPR-ms-gcm-taskit
Expand All @@ -81,9 +81,9 @@ jobs:
- name: Increment GCM Taskit Version
run: |
gcm_taskit_version=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout --file pom.xml)
echo GCM Taskit Version: $gcm_taskit_version
parts=( ${gcm_version//./ } )
current_version=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout --file pom.xml)
echo GCM Taskit Version: $current_version
parts=( ${current_version//./ } )
bv=$((parts[2] + 1))
new_version="${parts[0]}.${parts[1]}.${bv}"
echo New GCM Taskit Version: $new_version
Expand Down

0 comments on commit 83d4636

Please sign in to comment.