Skip to content

Commit

Permalink
Improve release workflow (#4405)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Apr 15, 2024
1 parent ec0d341 commit ee255ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,16 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
ref: '${{ github.head_ref || github.ref_name }}'

- uses: rickstaa/action-create-tag@a1c7777fcb2fee4f19b0f283ba888afa11678b72 # v1.7.2
id: "tag_create"
with:
commit_sha: ${{ inputs.file_sha }}
tag: "${{ inputs.use_tag }}"
force_push_tag: true
force_push_tag: false
tag_exists_error: false
message: "Latest snapshot-1.14"
if: ${{ inputs.use_environ == 'snapshots' }}

# Print result using the action output.
- run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
uses: actions/[email protected]
with:
path: hdfsrc
ref: '${{needs.check_commits.outputs.branch_ref }}'

- name: Install Autotools Dependencies (Linux, serial)
run: |
Expand Down

0 comments on commit ee255ee

Please sign in to comment.