From 8f21eaa31a23f470cc76f14ac1b570eb0b430a55 Mon Sep 17 00:00:00 2001 From: Vasyl Gello Date: Sun, 7 Jan 2024 17:49:30 +0200 Subject: [PATCH] [skip ci] Overwrite trunk build artifacts in release Signed-off-by: Vasyl Gello --- .github/workflows/trunk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trunk.yml b/.github/workflows/trunk.yml index c35b084..fbea59b 100644 --- a/.github/workflows/trunk.yml +++ b/.github/workflows/trunk.yml @@ -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 }}