From: Jukka Kurkela Date: Fri, 4 Dec 2020 17:46:17 +0000 (+0200) Subject: Fix the needs job name (#8129) X-Git-Tag: v3.0.0-beta.7~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39c2b92bb2858cdc381a5ec8fbbc5a27af7cb6cd;p=thirdparty%2FChart.js.git Fix the needs job name (#8129) --- 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