We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beab51c commit 60193a9Copy full SHA for 60193a9
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
git tag -v "$TAG_NAME"
64
65
# verify version
66
- just verify_version $TAG_NAME
+ just validate_version $TAG_NAME
67
68
# check that github has marked the tag as verified
69
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