From 19d0f2b4cc42190e775ffac8fc4783b10adc7e49 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Wed, 26 Jul 2023 10:48:49 -0400 Subject: [PATCH] publish as pre-release first --- scripts/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish.sh b/scripts/publish.sh index 39f65a46..afd2b2ac 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -25,7 +25,7 @@ cp app/out/make/zip/${OS}/${ARCH}/Ollama-${OS}-${ARCH}-${VERSION}.zip dist/Ollam cp ./ollama dist/ollama-${OS}-${ARCH} # Create a new release. -gh release create v$VERSION +gh release create -p v$VERSION # Upload the zip file. gh release upload v$VERSION ./dist/Ollama-${OS}-${ARCH}.zip