Skip to content

Commit 53f6b76

Browse files
authored
fix: Replace " by ' [PES-1624] (#323)
1 parent a2d8908 commit 53f6b76

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
@@ -45,7 +45,7 @@ jobs:
4545
if-no-files-found: error
4646

4747
outputs:
48-
released: ${{ steps.release.conclusion == "success" || 'false' }}
48+
released: ${{ steps.release.conclusion == 'success' || 'false' }}
4949

5050
deploy:
5151
# 1. Separate out the deploy step from the publish step to run each step at

0 commit comments

Comments
 (0)