Skip to content

Commit 60193a9

Browse files
committed
fix release version validation
1 parent beab51c commit 60193a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
git tag -v "$TAG_NAME"
6464
6565
# verify version
66-
just verify_version $TAG_NAME
66+
just validate_version $TAG_NAME
6767
6868
# check that github has marked the tag as verified
6969
export TAG_URL=`curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" https://api.github.com/repos/${{ github.repository_owner }}/${{ github.repository }}/git/refs/tags/$TAG_NAME | jq -r ".object.url"`

0 commit comments

Comments
 (0)