diff --git a/.github/actions/get-version-tag/action.yml b/.github/actions/get-version-tag/action.yml index e18a0914..4c11cd0d 100644 --- a/.github/actions/get-version-tag/action.yml +++ b/.github/actions/get-version-tag/action.yml @@ -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