Skip to content

Commit 4a1dd9b

Browse files
authored
fix: Right job dependency [PES-1624] (#324)
1 parent 53f6b76 commit 4a1dd9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* coveooss/dev-tooling
1+
* @coveooss/dev-tooling

.github/workflows/semantic-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# 2. Also, deployments can fail, and its better to have a separate job if you need to retry
5454
# and it won't require reversing the release.
5555
runs-on: ubuntu-latest
56-
needs: release
56+
needs: semantic-release
5757
if: ${{ needs.release.outputs.released == 'true' }}
5858
permissions:
5959
contents: read

0 commit comments

Comments
 (0)