Skip to content

Commit

Permalink
fix #66 remove release prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoss committed Sep 10, 2020
1 parent 3005461 commit 11ed3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.release.outputs.version }}
release_name: Release ${{ steps.release.outputs.version }}
release_name: ${{ steps.release.outputs.version }}
draft: false
prerelease: false
body: |
Expand Down

0 comments on commit 11ed3ba

Please sign in to comment.