We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb06fb3 commit db2c75bCopy full SHA for db2c75b
.github/workflows/promote.yml
@@ -12,6 +12,8 @@ on:
12
- testnet # version compatible with current testnet env
13
- stable # latest stable version (same as mainnet)
14
- mainnet # version compatible with current mainnet env
15
+ - v1 # version compatible with mainnet marketplace v1 (old CLI)
16
+ - v2 # version compatible with mainnet marketplace v2 (current)
17
- unstable # version used by all CI jobs; TODO: publish automatically on every release
18
required: true
19
ref:
0 commit comments