Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jun 21, 2024
1 parent ce04863 commit 2537913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/get-version-tag/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
# VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
VERSION=$(echo "${{ github.event.ref }}" | sed -e 's,[\./_],-,g')
VERSION=$(echo "${{ github.ref_name }}" | sed -e 's,/,-,g')
echo "Basic version: $VERSION"
# Strip "v" prefix from tag name
Expand Down

0 comments on commit 2537913

Please sign in to comment.