Skip to content

Commit 2082b32

Browse files
authored
Update release-it.yml
1 parent 9cec1c1 commit 2082b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-it.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
GIT_HASH=$(git rev-parse --short $GITHUB_SHA)
3333
BRANCH_NAME=$(echo $GITHUB_REF | cut -d'/' -f 3)
3434
if [ -z "$HEAD_TAG" ]; then
35-
TAG_NAME="master"
35+
TAG_NAME="latest"
3636
RELEASE_NAME="Development Build"
3737
PRERELEASE=true
3838
else

0 commit comments

Comments
 (0)