From ff5c93590c6967e91ea387fb042438e389c3e849 Mon Sep 17 00:00:00 2001 From: Adrian Kant Date: Thu, 25 Apr 2024 11:33:59 -0400 Subject: [PATCH] chore(release): fix alpha channel for uniswapx-sdk and remove push to beta (#7) --- .github/workflows/push-branches-from-main.yaml | 4 ---- sdks/uniswapx-sdk/package.json | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/push-branches-from-main.yaml b/.github/workflows/push-branches-from-main.yaml index a0ce1d1e8..dc060c0e7 100644 --- a/.github/workflows/push-branches-from-main.yaml +++ b/.github/workflows/push-branches-from-main.yaml @@ -22,10 +22,6 @@ jobs: git config user.name "UL Mobile Service Account" git config user.email "hello-happy-puppy@users.noreply.github.com" - - name: ↗️ Push to beta - run: | - git push -u origin main:beta --force - - name: ↗️ Push to alpha run: | git push -u origin main:alpha --force diff --git a/sdks/uniswapx-sdk/package.json b/sdks/uniswapx-sdk/package.json index b1cee0966..29ce0a748 100644 --- a/sdks/uniswapx-sdk/package.json +++ b/sdks/uniswapx-sdk/package.json @@ -71,7 +71,7 @@ "prerelease": false }, { - "name": "main", + "name": "alpha", "prerelease": true } ],