Skip to content

Commit b86b722

Browse files
author
Daniel Reigada
authored
Merge pull request #44 from codacy/fix/previous-version-output
fix: previous-version output
2 parents e881a28 + 446e2f1 commit b86b722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ outputs:
3030
value: ${{ steps.version.outputs.version }}
3131
previous-version:
3232
description: 'Contains the value of previous tag, before calculating a new one'
33-
value: ${{ steps.previous-version.outputs.version }}
33+
value: ${{ steps.previous-version.outputs.previous-version }}
3434
runs:
3535
using: "composite"
3636
steps:

0 commit comments

Comments
 (0)