From 6b6d61a2f1b3b37d0626f4a29dda62cbf2666db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D1=82=D0=B5=D0=BF=D0=BD=D0=BE=D0=B9=20=D0=B8=D1=88?= =?UTF-8?q?=D0=B0=D0=BA?= <69521267+undrcrxwn@users.noreply.github.com> Date: Sat, 27 Jan 2024 01:25:35 +0300 Subject: [PATCH] chore(ci): fix empty version passed to deployment job of release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66e2066..bf30c3e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -79,7 +79,7 @@ jobs: secrets: inherit deploy: name: Deploy - needs: deliver + needs: [ version, deliver ] uses: ./.github/workflows/deployment.yml with: version: ${{ needs.version.outputs.tag }}