From 9c5257ce5fefc3c7a7cae6a38523cdfc008d6af9 Mon Sep 17 00:00:00 2001 From: Serhii Matrunchyk <2089828+matrunchyk@users.noreply.github.com> Date: Sun, 9 Apr 2023 01:38:40 +0300 Subject: [PATCH] ci: Fix build --- .github/workflows/build-and-deploy.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 74d2743..675ac28 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -28,9 +28,12 @@ jobs: id: create_release uses: ncipollo/release-action@v1.12.0 with: - tag: v2.0 - name: Release v2.0 + tag: latest + name: latest draft: false + skipIfReleaseExists: true + allowUpdates: true + removeArtifacts: true prerelease: false generateReleaseNotes: true omitBody: true