Skip to content

Commit

Permalink
Change release name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Czekajlo authored Sep 18, 2020
1 parent 78ea6f8 commit f07cdf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.release_version.outputs.version }}
release_name: Release ${{ steps.release_version.outputs.version }}
release_name: ${{ steps.release_version.outputs.version }}
body: |
${{ steps.changelog.outputs.changelog }}
draft: false
Expand Down

0 comments on commit f07cdf6

Please sign in to comment.