Skip to content

Commit

Permalink
Correct needs name (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Jun 3, 2024
1 parent cd358b8 commit 0d9c541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
needs: [log-the-inputs, call-workflow-tarball]
uses: ./.github/workflows/ant.yml
with:
file_base: ${{ needs.create-files-ant.outputs.file_base }}
file_base: ${{ needs.call-workflow-tarball.outputs.file_base }}
use_hdf: ${{ needs.log-the-inputs.outputs.rel4_tag }}
use_hdf5: ${{ needs.log-the-inputs.outputs.rel5_tag }}
name_hdf5: ${{ inputs.name_tag5 }}
Expand All @@ -74,7 +74,7 @@ jobs:
needs: [log-the-inputs, call-workflow-tarball]
uses: ./.github/workflows/ant-app.yml
with:
file_base: ${{ needs.create-files-ant.outputs.file_base }}
file_base: ${{ needs.call-workflow-tarball.outputs.file_base }}
use_hdf: ${{ needs.log-the-inputs.outputs.rel4_tag }}
use_hdf5: ${{ needs.log-the-inputs.outputs.rel5_tag }}
name_hdf5: ${{ inputs.name_tag5 }}
Expand Down

0 comments on commit 0d9c541

Please sign in to comment.