From a46b8d68017b596f6232a0b65903cb6e5ce56290 Mon Sep 17 00:00:00 2001 From: PreFiXAUT Date: Sat, 12 Feb 2022 16:42:36 +0100 Subject: [PATCH] Allowing backend release updates --- .github/workflows/backend.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index b7d7e0a..e5a5c42 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -40,5 +40,6 @@ jobs: if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.node == '16' }} with: artifacts: "backend/bundle/*" + allowUpdates: true prerelease: ${{ endsWith(github.ref, 'rc') || endsWith(github.ref, 'snapshot') }} token: ${{ secrets.GITHUB_TOKEN }}