Skip to content

Commit

Permalink
Add v to the release check step
Browse files Browse the repository at this point in the history
Signed-off-by: Joao Pereira <joaod@vmware.com>
  • Loading branch information
joaopapereira committed Mar 23, 2023
1 parent 837130d commit e0db80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
set -e -x
VERSION=`echo ${{ github.ref }} | grep -Eo '[0-9].*'`
VERSION=`echo ${{ github.ref }} | grep -Eo 'v[0-9].*'`
./hack/build-binaries.sh "$VERSION" > /tmp/go-checksums
cat /tmp/go-checksums
Expand Down

0 comments on commit e0db80a

Please sign in to comment.