From 33c1f1acf6dca33902317681c0d0219d39e380b1 Mon Sep 17 00:00:00 2001 From: Ryan Levick Date: Tue, 25 Jul 2023 15:12:04 +0200 Subject: [PATCH] Overwrite the canary release Signed-off-by: Ryan Levick --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1c6883..99f7bff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -168,6 +168,7 @@ jobs: with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: _dist/cloud-${{ env.RELEASE_VERSION }}-${{ env.RUNNER_OS }}-${{ matrix.config.arch }}.tar.gz + overwrite: true tag: "canary" checksums_and_manifests: @@ -208,6 +209,7 @@ jobs: with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: checksums-${{ env.RELEASE_VERSION }}.txt + overwrite: true tag: "canary" - name: create plugin manifest