mirror of
https://github.com/yggdrasil-network/yggstack.git
synced 2025-04-28 14:15:07 +03:00
Try to fix gh upload
This commit is contained in:
parent
5520ef03bf
commit
7b5300a476
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
|
- name: Publish release
|
||||||
run: |
|
run: |
|
||||||
gh release create trunk --prerelease yggstack-* || gh release upload --clobber trunk yggstack-*
|
gh release create trunk --prerelease yggstack-* || gh release upload trunk yggstack-* --clobber
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue