Skip to content

Commit

Permalink
fix(semantic-release): use correct name for previous-version
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Sep 19, 2022
1 parent 013bf58 commit 77c755a
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 @@ -28,7 +28,7 @@ runs:

- run: |
tag=$(git describe --tags --abbrev=0)
echo "::set-output name=previous::version=${tag}"
echo "::set-output name=previous-version::${tag}"
id: previous-version
shell: bash
Expand Down

0 comments on commit 77c755a

Please sign in to comment.