Skip to content

Commit f645524

Browse files
committed
fixup: fix e2e expectation
1 parent 282ecf7 commit f645524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ jobs:
187187
dry-run: true
188188

189189
- name: Check release output
190-
if: ${{ steps.action-publish-dry-before.outputs.type }}
190+
if: ${{ steps.action-publish-dry-before.outputs.type != 'patch' }}
191191
run: |
192-
echo "::error::Expected release type to be '', got '${{ steps.action-publish-dry-before.outputs.type }}'"
192+
echo "::error::Expected release type to be 'patch', got '${{ steps.action-publish-dry-before.outputs.type }}'"
193193
exit 1
194194
195195
- id: action-publish

0 commit comments

Comments
 (0)