Skip to content

Commit

Permalink
Correct variable for environ
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Mar 18, 2024
1 parent aa020b6 commit 3df3324
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 @@ -92,7 +92,7 @@ jobs:
file_base: ${{ needs.create-files-ctest.outputs.file_base }}
preset_name: ci-StdShar
use_hdf: ${{ needs.log-the-inputs.outputs.rel_tag }}
use_environ: ${{ needs.get-base-names.outputs.run-environ }}
use_environ: ${{ inputs.use_environ }}

call-workflow-release:
needs: [log-the-inputs, create-files-ctest, call-workflow-ctest]
Expand All @@ -104,5 +104,5 @@ jobs:
file_branch: ${{ needs.log-the-inputs.outputs.rel_name }}
file_sha: ${{ needs.log-the-inputs.outputs.rel_tag }}
use_tag: ${{ needs.log-the-inputs.outputs.rel_tag }}
use_environ: ${{ needs.get-base-names.outputs.run-environ }}
use_environ: ${{ inputs.use_environ }}

0 comments on commit 3df3324

Please sign in to comment.