From be75142a2638ebaea3f1eb6c65b13a4c6498e4c1 Mon Sep 17 00:00:00 2001 From: Tom Meadows Date: Thu, 1 Feb 2024 19:38:20 +0000 Subject: [PATCH] fixing error in github actions workflow (#147) fixing error in workflow Signed-off-by: chaosinthecrd --- .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 c67e6dc5..216dbd20 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: artifact-upload-path: profile.cov release: - needs: [fmt, sast, unit-tests] + needs: [fmt, sast, unit-test] if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') runs-on: ubuntu-latest steps: