diff --git a/.azure-pipelines/templates/stages/deploy-stage.yml b/.azure-pipelines/templates/stages/deploy-stage.yml index 1a6dbcad0..53d2be5a1 100644 --- a/.azure-pipelines/templates/stages/deploy-stage.yml +++ b/.azure-pipelines/templates/stages/deploy-stage.yml @@ -39,5 +39,5 @@ stages: - bash: | mkdir -p .snapcraft ln -s $(snapcraftCfg.secureFilePath) .snapcraft/snapcraft.cfg - snapcraft push --release=edge snap/*.snap + snapcraft upload --release=edge snap/*.snap displayName: Publish to Snap store