Skip to content

Commit

Permalink
add version output
Browse files Browse the repository at this point in the history
  • Loading branch information
ttxs69 committed Aug 14, 2022
1 parent d9bfe0d commit fa5150e
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 @@ -15,7 +15,7 @@ jobs:

outputs:
upload_url: ${{ steps.release.outputs.upload_url }}
version: ${{ env.VERSION }}
version: ${{ steps.get_version.outputs.VERSION }}
steps:
- name: Get the version
id: get_version
Expand Down

0 comments on commit fa5150e

Please sign in to comment.