From 49d0afa616378bad4e807844f9dffd65bcfe89b3 Mon Sep 17 00:00:00 2001 From: Yeicor <4929005+Yeicor@users.noreply.github.com> Date: Sun, 10 Mar 2024 18:05:21 +0100 Subject: [PATCH] fix CI deployment 3 --- .github/workflows/deploy2.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy2.yml b/.github/workflows/deploy2.yml index 482db7b..e397791 100644 --- a/.github/workflows/deploy2.yml +++ b/.github/workflows/deploy2.yml @@ -21,7 +21,6 @@ concurrency: jobs: rebuild: # Makes sure all artifacts are updated and use the new version - needs: "update-versions" uses: "./.github/workflows/build.yml" with: ref: "${{ inputs.ref }}"