Skip to content

Commit

Permalink
[skip ci] Overwrite trunk build artifacts in release
Browse files Browse the repository at this point in the history
Signed-off-by: Vasyl Gello <[email protected]>
  • Loading branch information
basilgello committed Jan 7, 2024
1 parent 3fa4809 commit 8f21eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 8f21eaa

Please sign in to comment.