From 32b5d108a02bda9d3f913c5b0d87876fc0ffc3b1 Mon Sep 17 00:00:00 2001 From: BetterBox <53705390+Grzybol@users.noreply.github.com> Date: Tue, 19 Mar 2024 01:22:59 +0100 Subject: [PATCH] fixed auto backup --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a832676..372cde7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -88,7 +88,7 @@ jobs: deploy-to-server: - needs: build-and-release + needs: [build-and-release, backup-plugins] runs-on: ubuntu-latest steps: - name: Setup SSH directory and accept server host key