Skip to content

Commit

Permalink
Correct tag names (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored May 30, 2024
1 parent 4698f0a commit 9fefe43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Get hdfview release base name
uses: dsaltares/fetch-gh-release-asset@master
with:
version: 'tags/HDFView-3.99.99'
version: 'tags/HDFView-3.3.99'
file: 'last-file.txt'

- name: Read base-name file
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
uses: ./.github/workflows/remove-files.yml
with:
file_base: ${{ needs.get-base-names.outputs.hdfview-name }}
use_tag: HDFView-3.99.99
use_tag: HDFView-3.3.99
use_environ: snapshots
if: ${{ ((needs.call-workflow-tarball.outputs.has_changes == 'true') || (needs.get-base-names.outputs.run-ignore == 'ignore')) }}

2 changes: 1 addition & 1 deletion .github/workflows/remove-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
description: 'Release version tag'
type: string
required: false
default: HDFView-3.99.99
default: HDFView-3.3.99
use_environ:
description: 'Environment to locate files'
type: string
Expand Down

0 comments on commit 9fefe43

Please sign in to comment.