We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282ecf7 commit f645524Copy full SHA for f645524
.github/workflows/ci-cd.yaml
@@ -187,9 +187,9 @@ jobs:
187
dry-run: true
188
189
- name: Check release output
190
- if: ${{ steps.action-publish-dry-before.outputs.type }}
+ if: ${{ steps.action-publish-dry-before.outputs.type != 'patch' }}
191
run: |
192
- echo "::error::Expected release type to be '', got '${{ steps.action-publish-dry-before.outputs.type }}'"
+ echo "::error::Expected release type to be 'patch', got '${{ steps.action-publish-dry-before.outputs.type }}'"
193
exit 1
194
195
- id: action-publish
0 commit comments