Skip to content

Commit

Permalink
Update github actions to use envs for GIT_ info
Browse files Browse the repository at this point in the history
Updating the actions to account for the changes in ant builds in
e6524b5.
  • Loading branch information
marohrdanz committed Oct 17, 2023
1 parent cf93b25 commit 928001f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-NGCHMSupportFiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
NGCHMSupportFiles_REPOSITORY: 'MD-Anderson-Bioinformatics/NGCHMSupportFiles'
NGCHMSupportFiles_BRANCH: 'main'
JAVA_VERSION: 11
GIT_COMMIT: ${{ github.sha }}
GIT_LATEST_TAG: ${{ github.ref }}
steps:
- name: Check out release tag
uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/create-tag-and-build-NG-CHM-Artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ jobs:
tag_name: ${{ steps.make_tag.outputs.tag_name }}
build_artifacts:
runs-on: ubuntu-latest
env:
GIT_COMMIT: ${{ github.sha }}
GIT_LATEST_TAG: ${{ github.ref }}
name: Build Artifacts
needs: make_build_tag
strategy:
Expand Down

0 comments on commit 928001f

Please sign in to comment.