From 4bb3434519a27ecb3d8696880ec00f4534b85ee7 Mon Sep 17 00:00:00 2001 From: krille-chan Date: Thu, 27 Jul 2023 16:27:23 +0200 Subject: [PATCH] ci: Remove promote snapcraft job for now --- .github/workflows/release.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 21b0d0a28..645009d0f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -69,24 +69,6 @@ jobs: - name: Create archive run: tar -czf fluffychat-linux-${{ matrix.architecture }}-${{ github.ref }}.tar.gz build/linux/${{ matrix.architecture }}/release/bundle/ - promote_snapcraft: - runs-on: ubuntu-latest - env: - SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }} - steps: - - name: Check out Git repository - uses: actions/checkout@v3 - - name: Install Snapcraft - uses: samuelmeuli/action-snapcraft@v2 - - name: Promote Snap - run: | - RELEASE_TYPE=$(echo "${{ github.ref }}" | awk -F"/" '{print $3}') - if [ "$RELEASE_TYPE" = "rc" ]; then - snapcraft promote fluffychat --from-channel edge --to-channel candidate --yes - else - snapcraft promote fluffychat --from-channel edge --to-channel stable --yes - fi - deploy_playstore: runs-on: ubuntu-latest steps: