File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments