Skip to content

Commit

Permalink
fix(promote): option to promote unstable manually (#1041)
Browse files Browse the repository at this point in the history
fix(promote): promote unstable on release
  • Loading branch information
folex authored Sep 18, 2024
1 parent 81835d1 commit 5a093b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- testnet # version compatible with current testnet env
- stable # latest stable version (same as mainnet)
- mainnet # version compatible with current mainnet env
- unstable # version used by all CI jobs; TODO: publish automatically on every release
required: true

env:
Expand Down

0 comments on commit 5a093b3

Please sign in to comment.