File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,15 +149,15 @@ jobs:
149149 --repo "$REPO" \
150150 --title "Nightly Build $TAG" \
151151 --notes "Nightly build $TAG" \
152- --latest \
152+ --prerelease \
153153 --target main 2>/dev/null; then
154154 TAG="${TAG}-${{ github.run_number }}"
155155 gh release create "$TAG" \
156156 artifacts/**/*.tar.gz \
157157 --repo "$REPO" \
158158 --title "Nightly Build $TAG" \
159159 --notes "Nightly build $TAG" \
160- --latest \
160+ --prerelease \
161161 --target main
162162 fi
163163 echo "Created release: $TAG"
@@ -189,7 +189,7 @@ jobs:
189189 with :
190190 tag-strategy : " nightly"
191191 version : ${{ needs.get-version.outputs.version }}
192- create-latest-tag : true
192+ create-latest-tag : false
193193 platforms : ' ["linux/amd64", "linux/arm64"]'
194194 push-to-ghcr : true
195195 push-to-dockerhub : true
You can’t perform that action at this time.
0 commit comments