mirror of
https://github.com/yggdrasil-network/yggstack.git
synced 2025-04-27 21:55:07 +03:00
[skip ci] Overwrite trunk build artifacts in release
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
parent
3fa4809cd1
commit
8f21eaa31a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/trunk.yml
vendored
2
.github/workflows/trunk.yml
vendored
|
@ -73,6 +73,6 @@ jobs:
|
|||
|
||||
- name: Publish release
|
||||
run: |
|
||||
gh release create trunk --prerelease yggstack-* || gh release upload trunk yggstack-*
|
||||
gh release create trunk --prerelease yggstack-* || gh release upload --clobber trunk yggstack-*
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue