Skip to content

Commit

Permalink
fix version output mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
proton committed Nov 27, 2023
1 parent b4cd180 commit f849904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

outputs:
version: ${{ steps.extract_version.outputs.test }}
version: ${{ steps.extract_version.outputs.version }}
version_exists: ${{ steps.check_tag.outputs.version_exists }}

steps:
Expand Down

0 comments on commit f849904

Please sign in to comment.