Skip to content

Commit

Permalink
fix(semantic-release): correctly set version output
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Sep 19, 2022
1 parent beabe24 commit d9d2c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semantic-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
echo "::set-output name=previous-version::${{ steps.previous-version.outputs.tag }}"
echo "::set-output name=released::false"
else
echo "::set-output name=version::${{ steps.version.outputs.tag }}"
echo "::set-output name=version::${{ steps.new-version.outputs.tag }}"
echo "::set-output name=previous-version::${{ steps.previous-version.outputs.tag }}"
echo "::set-output name=released::true"
fi
Expand Down

0 comments on commit d9d2c1c

Please sign in to comment.