Skip to content

Commit 5a2c415

Browse files
Merge pull request #143 from theohbrothers/fix/ci-fix-misspelled-job-in-update-draft-release-and-publish-draft-release-jobs-needs-key
Fix (ci): Fix misspelled job in `update-draft-release` and `publish-draft-release` jobs needs key
2 parents ca3b8da + 7785c03 commit 5a2c415

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-master-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
pwsh -NoLogo -NonInteractive -NoProfile -Command './test/test.ps1'
116116
117117
update-draft-release:
118-
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]
118+
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]
119119
if: github.ref == 'refs/heads/master'
120120
runs-on: ubuntu-latest
121121
steps:
@@ -125,7 +125,7 @@ jobs:
125125
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
126126

127127
publish-draft-release:
128-
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]
128+
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]
129129
if: startsWith(github.ref, 'refs/tags/')
130130
runs-on: ubuntu-latest
131131
steps:

0 commit comments

Comments
 (0)