[CI/Tag] Wait for release when build is success #16
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@ steps:
|
||||||
- 'app-linux-arm64'
|
- 'app-linux-arm64'
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: release_token
|
from_secret: release_token
|
||||||
|
depends_on:
|
||||||
|
- prod/build-binary/linux-amd64
|
||||||
|
- prod/build-binary/linux-arm64
|
||||||
|
- prod/build-docker/linux-multiarch
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: tag
|
- event: tag
|
||||||
|
|
Loading…
Add table
Reference in a new issue