From f54480b33f34a48d6c35a2f633b757f318d83680 Mon Sep 17 00:00:00 2001 From: "pakintada@gmail.com" Date: Mon, 1 Apr 2024 10:13:03 +0700 Subject: [PATCH] ci(release): :bug: fix not overwrite --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a26d5bc..4ea57e8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -53,3 +53,4 @@ jobs: body: ${{ inputs.release_notes }} file: client/dist/client.zip make_latest: true + overwrite: true