Skip to content

Commit 395daac

Browse files
authored
Update render-release.yml
1 parent 2e072fc commit 395daac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/render-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
LAST_TAG=$(git tag --list 'v*' --sort=-v:refname | head -n 1)
4242
4343
if [ -z "$LAST_TAG" ]; then
44-
NEXT_TAG="v1"
44+
NEXT_TAG="v0"
4545
else
4646
NUM=${LAST_TAG#v}
4747
NEXT_TAG="v$((NUM+1))"

0 commit comments

Comments
 (0)