Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubramanianaks authored Aug 15, 2022
1 parent e3fb198 commit c7d6859
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 @@ -67,8 +67,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.tag_name.outputs.current_version }}
release_name: ${{ steps.tag_name.outputs.current_version }}
draft: false
prerelease: false
body_path: CHANGELOG.md
Expand Down

0 comments on commit c7d6859

Please sign in to comment.