Skip to content

Commit

Permalink
changing to version for create release
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubramanianaks committed Aug 18, 2022
1 parent a1f1473 commit e5d7be5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.changelog_reader.outputs.current-version }}
release_name: ${{ steps.changelog_reader.outputs.current-version }}
tag_name: ${{ steps.changelog_reader.outputs.version }}
release_name: ${{ steps.changelog_reader.outputs.version }}
body: ${{ steps.changelog_reader.outputs.changes }}
- name: Download All artifacts
uses: actions/download-artifact@v3
Expand Down

0 comments on commit e5d7be5

Please sign in to comment.