Skip to content

Commit

Permalink
Update release.yml add environ option
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Sep 28, 2023
1 parent eeafc79 commit a8d7db2
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
inputs:
use_tag:
description: 'Release version tag'
description: 'Release hdf5 version tag'
type: string
required: false
default: snapshot
Expand All @@ -27,14 +27,6 @@ jobs:
TAG: ${{ inputs.use_tag }}
run: echo "RELEASE_TAG=$TAG" >> $GITHUB_OUTPUT

# tarball.yml will be used for releases when pre-tag actions are implemented
# call-workflow-tarball:
# needs: log-the-inputs
# uses: ./.github/workflows/tarball.yml
# with:
# use_tag: ${{ inputs.use_tag }}
# use_environ: release

create-files-ctest:
needs: log-the-inputs
runs-on: ubuntu-latest
Expand Down Expand Up @@ -85,6 +77,7 @@ jobs:
with:
use_hdf: ${{ needs.log-the-inputs.outputs.rel_tag }}
file_base: ${{ needs.create-files-ctest.outputs.file_base }}
use_environ: release

call-workflow-release:
#needs: [call-workflow-tarball, call-workflow-ctest]
Expand Down

0 comments on commit a8d7db2

Please sign in to comment.