From 3e7de7ebf0b62a074c529544f77db9147cd3e978 Mon Sep 17 00:00:00 2001
From: sukantoraymond <rsukanto@umich.edu>
Date: Fri, 24 Jan 2025 03:41:07 +0700
Subject: [PATCH] remove acp 77 release ci (#2567)

---
 .github/workflows/release.yml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index d8ae2c14e..da0cc87a1 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -4,8 +4,6 @@ on:
   push:
     tags:
       - "*"
-    branches:
-      - acp-77
 
 jobs:
   # First confirm that the linting and unit tests pass at this commit prior to creating release artifacts.
@@ -61,19 +59,8 @@ jobs:
 
       - name: Set up QEMU
         uses: docker/setup-qemu-action@v3
-      
-      - name: Build Docker Image with acp77-latest tag
-        if: github.ref == 'refs/heads/acp-77' # special case for acp-77 branch
-        run: |
-          docker buildx build --pull --push --platform=linux/amd64,linux/arm64 \
-            -t avaplatform/avalanche-cli:acp77-latest \
-            -f ./Dockerfile .
-        env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-          TELEMETRY_TOKEN: ${{ secrets.POSTHOG_PROD_TOKEN }}
 
       - name: Run GoReleaser
-        if: github.ref != 'refs/heads/acp-77' # skip for acp-77 branch
         uses: goreleaser/goreleaser-action@v2
         with:
           distribution: goreleaser