Skip to content

Commit

Permalink
Update release-it.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigFisher authored Jun 23, 2022
1 parent 9cec1c1 commit 2082b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
GIT_HASH=$(git rev-parse --short $GITHUB_SHA)
BRANCH_NAME=$(echo $GITHUB_REF | cut -d'/' -f 3)
if [ -z "$HEAD_TAG" ]; then
TAG_NAME="master"
TAG_NAME="latest"
RELEASE_NAME="Development Build"
PRERELEASE=true
else
Expand Down

0 comments on commit 2082b32

Please sign in to comment.