CI: Release snap from CI

This commit is contained in:
Krille Fear 2021-11-14 11:11:03 +01:00
parent e7ab6a1e09
commit db742fad6c

View File

@ -225,6 +225,12 @@ update-dependencies:
- export RELEASE_VERSION=$(echo $CI_COMMIT_TAG | grep -oE "\d+\.\d+\.\d+")
- export PACKAGE_REGISTRY_URL="${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/fluffychat/${RELEASE_VERSION}"
snap_stable:
extends: .release
image: cibuilds/snapcraft:core18
script: [./scripts/publish-snap-stable.sh]
needs: [build_linux_x86]
upload-android:
extends: .release
script: