diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04c1b6999a30cb2d1139b43192d78748a9515e33..d5ea962e1df529efaaa2ad97918721b91f756b41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -402,7 +402,7 @@ jobs: - name: Upload app bundle to release uses: softprops/action-gh-release@v1 - if: ${{ env.RELEASE_CHANNEL == 'preview' }} + if: ${{ env.RELEASE_CHANNEL == 'preview' || env.RELEASE_CHANNEL == 'stable' }} with: draft: true prerelease: ${{ env.RELEASE_CHANNEL == 'preview' }}