From 67aed1706743e7d447cba22a961219d844ec94e0 Mon Sep 17 00:00:00 2001 From: Debdut Chakraborty Date: Thu, 30 Oct 2025 20:26:13 +0530 Subject: [PATCH] Change default release channel from edge to stable --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20786120..e3cb290a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.snapcraft-credential }} with: snap: ${{ env.ROCKETCHAT_SNAP }} - release: ${{ format('{0}/edge', steps.track.outputs.track) }} + release: ${{ format('{0}/stable', steps.track.outputs.track) }} - name: 'Create release with artifact' uses: softprops/action-gh-release@v1