Skip to content

Commit

Permalink
Properly refer to outputs in steps when setting job output (#4269)
Browse files Browse the repository at this point in the history
  • Loading branch information
dadepo committed Jul 8, 2022
1 parent f10d34d commit 57a2fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-stable.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
echo ::set-output name=tag_commit::$TAG_COMMIT
outputs:
is_stable: ${{ steps.release_type.stable_commit == steps.release_type.tag_commit }}
is_stable: ${{ steps.release_type.outputs.stable_commit == steps.release_type.outputs.tag_commit }}
tag: ${{ steps.get_tag.outputs.tag }}
prev_tag: ${{ steps.get_prev_tag.outputs.prev_tag }}

Expand Down

0 comments on commit 57a2fae

Please sign in to comment.