Skip to content

Commit

Permalink
Fix release names
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Apr 11, 2024
1 parent af87f4a commit 122bab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
description: 'Release version tag'
type: string
required: false
default: snapshot
default: master

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
id: version
run: |
cd "$GITHUB_WORKSPACE/hdfsrc"
echo "SOURCE_TAG=master" >> $GITHUB_OUTPUT
echo "SOURCE_TAG=${{ inputs.use_tag }}" >> $GITHUB_OUTPUT
- name: Set file base name
id: set-file-base
Expand Down

0 comments on commit 122bab1

Please sign in to comment.