From 7785c0399ef4a6a96af0f0bcc88c49a9cbf80e56 Mon Sep 17 00:00:00 2001 From: Leonard Jonathan Oh Date: Tue, 8 Nov 2022 08:19:26 +0000 Subject: [PATCH] Fix (ci): Fix misspelled job in `update-draft-release` and `publish-draft-release` jobs needs key --- .github/workflows/ci-master-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-master-pr.yml b/.github/workflows/ci-master-pr.yml index 50ceae4..885c50f 100644 --- a/.github/workflows/ci-master-pr.yml +++ b/.github/workflows/ci-master-pr.yml @@ -115,7 +115,7 @@ jobs: pwsh -NoLogo -NonInteractive -NoProfile -Command './test/test.ps1' update-draft-release: - needs: [test-powershell-5-1-windows-2019, test-powershell-6-0, test-powershell-6-1, test-powershell-6-1, test-powershell-7-0, test-powershell-7-1, test-powershell-7-2] + needs: [test-powershell-5-1-windows-2019, test-powershell-6-0, test-powershell-6-1, test-powershell-6-2, test-powershell-7-0, test-powershell-7-1, test-powershell-7-2] if: github.ref == 'refs/heads/master' runs-on: ubuntu-latest steps: @@ -125,7 +125,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} publish-draft-release: - needs: [test-powershell-5-1-windows-2019, test-powershell-6-0, test-powershell-6-1, test-powershell-6-1, test-powershell-7-0, test-powershell-7-1, test-powershell-7-2] + needs: [test-powershell-5-1-windows-2019, test-powershell-6-0, test-powershell-6-1, test-powershell-6-2, test-powershell-7-0, test-powershell-7-1, test-powershell-7-2] if: startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest steps: