ci: Add --yes to snapcraft promote command
This commit is contained in:
parent
1ee4e2b7de
commit
087fa72d7f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue