Skip to content

Commit 2a8c3c9

Browse files
authored
fix(semantic-release): Good if [PES-1624] (#325)
1 parent 4a1dd9b commit 2a8c3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semantic-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# and it won't require reversing the release.
5555
runs-on: ubuntu-latest
5656
needs: semantic-release
57-
if: ${{ needs.release.outputs.released == 'true' }}
57+
if: ${{ needs.semantic-release.outputs.released == 'true' }}
5858
permissions:
5959
contents: read
6060
id-token: write

0 commit comments

Comments
 (0)