Skip to content

Commit

Permalink
fix(infra): use version from version step instead of release id
Browse files Browse the repository at this point in the history
  • Loading branch information
Remigiusz Godowicz committed Sep 13, 2020
1 parent 3e79868 commit 7b9dd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
upload_url: ${{ steps.release.outputs.upload_url }}
version: ${{ steps.release.outputs.id }}
version: ${{ steps.version.outputs.version }}
steps:
- name: Get the release version from the tag
id: version
Expand Down

0 comments on commit 7b9dd5d

Please sign in to comment.