Skip to content

Commit

Permalink
chore(release): fix alpha channel for uniswapx-sdk and remove push to…
Browse files Browse the repository at this point in the history
… beta (#7)
  • Loading branch information
adjkant authored Apr 25, 2024
1 parent cb2b0ba commit ff5c935
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/push-branches-from-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
git config user.name "UL Mobile Service Account"
git config user.email "[email protected]"
- name: ↗️ Push to beta
run: |
git push -u origin main:beta --force
- name: ↗️ Push to alpha
run: |
git push -u origin main:alpha --force
2 changes: 1 addition & 1 deletion sdks/uniswapx-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"prerelease": false
},
{
"name": "main",
"name": "alpha",
"prerelease": true
}
],
Expand Down

0 comments on commit ff5c935

Please sign in to comment.