diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ad381a22e..21b0d0a28 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -82,9 +82,9 @@ jobs: run: | RELEASE_TYPE=$(echo "${{ github.ref }}" | awk -F"/" '{print $3}') if [ "$RELEASE_TYPE" = "rc" ]; then - snapcraft promote fluffychat --from-channel edge --to-channel candidate + snapcraft promote fluffychat --from-channel edge --to-channel candidate --yes else - snapcraft promote fluffychat --from-channel edge --to-channel stable + snapcraft promote fluffychat --from-channel edge --to-channel stable --yes fi deploy_playstore: