Skip to content

Commit

Permalink
Merge branch 'hari/gha-release' of github.com:hsubramanianaks/Bridge-…
Browse files Browse the repository at this point in the history
…To-Kubernetes into hari/gha-release
  • Loading branch information
hsubramanianaks committed Aug 15, 2022
2 parents 995887e + c7d6859 commit 9cbea94
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 9cbea94

Please sign in to comment.