Skip to content

Commit

Permalink
chore(release): autopublishing from main and beta + uniswapx-sdk to b…
Browse files Browse the repository at this point in the history
…eta (#12)

Co-authored-by: marktoda <[email protected]>
  • Loading branch information
adjkant and marktoda authored May 6, 2024
1 parent cc53be2 commit 8ff8943
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-branches-from-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
git config user.name "UL Mobile Service Account"
git config user.email "[email protected]"
- name: ↗️ Push to alpha
- name: ↗️ Push to beta
run: |
git push -u origin main:alpha --force
git push -u origin main:beta --force
5 changes: 4 additions & 1 deletion .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Release

on:
workflow_dispatch:
push:
branches:
- main
- beta

jobs:
release:
Expand Down
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": "alpha",
"name": "beta",
"prerelease": true
}
],
Expand Down

0 comments on commit 8ff8943

Please sign in to comment.