diff --git a/.github/workflows/abi-report.yml b/.github/workflows/abi-report.yml index 01a72106711..e14d83102e4 100644 --- a/.github/workflows/abi-report.yml +++ b/.github/workflows/abi-report.yml @@ -7,7 +7,7 @@ on: description: 'Release version tag' type: string required: false - default: snapshot + default: snapshot-1.14 use_environ: description: 'Environment to locate files' type: string diff --git a/.github/workflows/daily-build.yml b/.github/workflows/daily-build.yml index fd1a230de2d..e2b23e2b500 100644 --- a/.github/workflows/daily-build.yml +++ b/.github/workflows/daily-build.yml @@ -54,7 +54,7 @@ jobs: with: file_ref: '1_14_3' file_base: ${{ needs.call-workflow-tarball.outputs.file_base }} - use_tag: snapshot + use_tag: snapshot-1.14 use_environ: snapshots if: ${{ needs.call-workflow-tarball.outputs.has_changes == 'true' }} diff --git a/.github/workflows/remove-files.yml b/.github/workflows/remove-files.yml index cc4e44ee38d..f63da994703 100644 --- a/.github/workflows/remove-files.yml +++ b/.github/workflows/remove-files.yml @@ -8,7 +8,7 @@ on: description: 'Release version tag' type: string required: false - default: snapshot + default: snapshot-1.14 use_environ: description: 'Environment to locate files' type: string diff --git a/.github/workflows/tarball.yml b/.github/workflows/tarball.yml index 6036b73389d..1f298dff61b 100644 --- a/.github/workflows/tarball.yml +++ b/.github/workflows/tarball.yml @@ -111,7 +111,7 @@ jobs: else if [[ '${{ inputs.use_tag }}' == 'snapshot-1.14' ]] then - FILE_NAME_BASE=$(echo "snapshot") + FILE_NAME_BASE=$(echo "snapshot-1.14") else FILE_NAME_BASE=$(echo "hdf5-${{ steps.version.outputs.SOURCE_TAG }}") fi