]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix the needs job name (#8129)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Fri, 4 Dec 2020 17:46:17 +0000 (19:46 +0200)
committerGitHub <noreply@github.com>
Fri, 4 Dec 2020 17:46:17 +0000 (19:46 +0200)
.github/workflows/release.yml

index 7a6bba35e04b17aac4988ffd1a51427d3974b91e..4d60ea763270c63b0d70880b6b7631c2ea6bf2b7 100644 (file)
@@ -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