Skip to content

Commit

Permalink
Fix the release reference name (#4721)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Aug 16, 2024
1 parent 89f62a9 commit 6896bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
needs: [log-the-inputs, call-workflow-tarball, call-workflow-ctest]
uses: ./.github/workflows/abi-report.yml
with:
file_ref: '1_14_3'
file_ref: '1.14.4.3'
file_base: ${{ needs.call-workflow-tarball.outputs.file_base }}
use_tag: ${{ needs.log-the-inputs.outputs.rel_tag }}
use_environ: release
Expand Down

0 comments on commit 6896bf4

Please sign in to comment.