Skip to content

Commit 0287776

Browse files
committed
ci: update
1 parent c41b1d4 commit 0287776

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/publish_nodejs/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ inputs:
2121
outputs:
2222
failed:
2323
description: "Random number"
24-
value: ${{ steps.nodejs.outputs.id == 'undefined' || steps.publish_failed.outputs.failed == 'true' }}
24+
value: ${{ steps.nodejs.outputs.id == '' || steps.publish_failed.outputs.failed == 'true' }}
2525

2626
runs:
2727
using: 'composite'
@@ -87,7 +87,7 @@ runs:
8787
-
8888
name: Publish Failed
8989
id: publish_failed
90-
if: failure() || steps.nodejs.outputs.id == 'undefined'
90+
if: failure() || steps.nodejs.outputs.id == ''
9191
shell: bash
9292
run: |
9393
eval $ON_PUBLISH_FAILED || echo "::warning::Failed to eval $ON_PUBLISH_FAILED"

0 commit comments

Comments
 (0)