From 88cf02a5404d14052aa806bf6f38db050fffbb1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Fri, 20 Jun 2025 14:05:52 +0200 Subject: [PATCH] build: Remove broken snapcraft job from release --- .github/workflows/release.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ee83535f9..550e512c2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -180,28 +180,6 @@ jobs: fi cd .. - promote_snapcraft: - runs-on: ubuntu-latest - env: - SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }} - steps: - - name: Check out Git repository - uses: actions/checkout@v4 - - name: Install Snapcraft - uses: samuelmeuli/action-snapcraft@v3 - - name: Get Tag Name - id: tag_name - run: echo "::set-output name=tag::$(echo ${GITHUB_REF#refs/tags/})" - - name: Promote Snap - env: # Workaround for https://github.com/snapcore/snapcraft/issues/4439 - SNAPCRAFT_HAS_TTY: "true" - run: | - if [[ $GITHUB_REF_NAME == rc* ]]; then - yes | snapcraft promote fluffychat --from-channel edge --to-channel candidate - else - yes | snapcraft promote fluffychat --from-channel edge --to-channel stable - fi - deploy_docker: runs-on: ubuntu-latest permissions: