Skip to content

Commit 57a2fae

Browse files
authored
Properly refer to outputs in steps when setting job output (#4269)
1 parent f10d34d commit 57a2fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-stable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo ::set-output name=tag_commit::$TAG_COMMIT
4545
4646
outputs:
47-
is_stable: ${{ steps.release_type.stable_commit == steps.release_type.tag_commit }}
47+
is_stable: ${{ steps.release_type.outputs.stable_commit == steps.release_type.outputs.tag_commit }}
4848
tag: ${{ steps.get_tag.outputs.tag }}
4949
prev_tag: ${{ steps.get_prev_tag.outputs.prev_tag }}
5050

0 commit comments

Comments
 (0)