Skip to content

Commit 282ecf7

Browse files
committed
fixup: fix bug in E2E test, continue diagnosing
1 parent d984ce2 commit 282ecf7

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
@@ -189,7 +189,7 @@ jobs:
189189
- name: Check release output
190190
if: ${{ steps.action-publish-dry-before.outputs.type }}
191191
run: |
192-
echo "::error::Expected release type to be '', got '${{ steps.action-publish-dry.outputs.type }}'"
192+
echo "::error::Expected release type to be '', got '${{ steps.action-publish-dry-before.outputs.type }}'"
193193
exit 1
194194
195195
- id: action-publish
@@ -218,7 +218,7 @@ jobs:
218218
- name: Check release output
219219
if: ${{ steps.action-publish-dry-after.outputs.type }}
220220
run: |
221-
echo "::error::Expected release type to be '', got '${{ steps.action-publish-dry.outputs.type }}'"
221+
echo "::error::Expected release type to be '', got '${{ steps.action-publish-dry-after.outputs.type }}'"
222222
exit 1
223223
224224
deploy:

0 commit comments

Comments
 (0)