Browse Source

publish as pre-release first

Jeffrey Morgan 1 year ago
parent
commit
19d0f2b4cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/publish.sh

+ 1 - 1
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