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