Skip to content

Commit

Permalink
Correct tag (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored May 31, 2024
1 parent 516a418 commit 19802ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
id: version
run: |
cd "$GITHUB_WORKSPACE/hdfsrc"
VERSION_BASE=$(echo cat VERSION | sed -r "s/.*-([0-9]+\.[0-9]+\.[0-9]+).*/\1/")
VERSION_BASE=$(echo VERSION | sed -r "s/.*-([0-9]+\.[0-9]+\.[0-9]+).*/\1/")
echo "TAG_VERSION=$VERSION_BASE" >> $GITHUB_OUTPUT
- name: Set file base name
Expand Down

0 comments on commit 19802ea

Please sign in to comment.