Skip to content

Commit

Permalink
ci: Add --yes to snapcraft promote command
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Jul 25, 2023
1 parent 1ee4e2b commit 087fa72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 087fa72

Please sign in to comment.