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 9cec1c1 commit 2082b32Copy full SHA for 2082b32
.github/workflows/release-it.yml
@@ -32,7 +32,7 @@ jobs:
32
GIT_HASH=$(git rev-parse --short $GITHUB_SHA)
33
BRANCH_NAME=$(echo $GITHUB_REF | cut -d'/' -f 3)
34
if [ -z "$HEAD_TAG" ]; then
35
- TAG_NAME="master"
+ TAG_NAME="latest"
36
RELEASE_NAME="Development Build"
37
PRERELEASE=true
38
else
0 commit comments