|
|
|
@ -82,9 +82,9 @@ jobs:
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
RELEASE_TYPE=$(echo "${{ github.ref }}" | awk -F"/" '{print $3}')
|
|
|
|
RELEASE_TYPE=$(echo "${{ github.ref }}" | awk -F"/" '{print $3}')
|
|
|
|
if [ "$RELEASE_TYPE" = "rc" ]; then
|
|
|
|
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
|
|
|
|
else
|
|
|
|
snapcraft promote fluffychat --from-channel edge --to-channel stable
|
|
|
|
snapcraft promote fluffychat --from-channel edge --to-channel stable --yes
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
deploy_playstore:
|
|
|
|
deploy_playstore:
|
|
|
|
|