Skip to content

Commit

Permalink
Remove prerelease status.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Dec 21, 2024
1 parent bc649c0 commit 246755e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build/todesktop/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ runs:
Mac (Apple Silicon): https://download.comfy.org/${BUILD_ID}/mac/dmg/arm64
Windows: https://download.comfy.org/${BUILD_ID}/windows/nsis/x64"
# Update the specific release
gh release edit ${{ inputs.RELEASE_TAG }} --notes-append "$DOWNLOAD_LINKS"
# Update the specific release and mark as non-prerelease
gh release edit ${{ inputs.RELEASE_TAG }} --notes-append "$DOWNLOAD_LINKS" --prerelease=false
fi

0 comments on commit 246755e

Please sign in to comment.