From 39c2b92bb2858cdc381a5ec8fbbc5a27af7cb6cd Mon Sep 17 00:00:00 2001 From: Jukka Kurkela Date: Fri, 4 Dec 2020 19:46:17 +0200 Subject: [PATCH] Fix the needs job name (#8129) --- .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 7a6bba35e..4d60ea763 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} publish: - needs: [version, draft] + needs: [version, notes] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 -- 2.47.2