Skip to content

Commit 39b6a29

Browse files
committed
fix run beta branch workflow but create release on main thread bug
1 parent 0555ae3 commit 39b6a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/onestep.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function publish()
154154
return
155155
fi
156156
upgrade
157-
gh release create $TAG -t $TITLE $DIST_DIR/*.*
157+
gh release create $TAG --target $(git branch --show-current) -t $TITLE $DIST_DIR/*.*
158158
}
159159

160160
function main()

0 commit comments

Comments
 (0)