Skip to content

Commit c5c2aaf

Browse files
committed
test --generate-notes
1 parent 39b6a29 commit c5c2aaf

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 --target $(git branch --show-current) -t $TITLE $DIST_DIR/*.*
157+
gh release create $TAG --target $(git branch --show-current) -t $TITLE $DIST_DIR/*.* --generate-notes
158158
}
159159

160160
function main()

0 commit comments

Comments
 (0)