Skip to content

Commit

Permalink
Merge pull request #2 from BenTopping/adding-automated-releases
Browse files Browse the repository at this point in the history
fixed release name having Release prefix
  • Loading branch information
BenTopping authored Feb 24, 2021
2 parents c06aca1 + d8553a7 commit 1a5fe11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automated_release_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ env.RELEASE_TAG }}
release_name: Release ${{ env.RELEASE_TAG }}
release_name: ${{ env.RELEASE_TAG }}
draft: false
prerelease: ${{ !(github.ref == 'refs/heads/master') }}

Expand Down

0 comments on commit 1a5fe11

Please sign in to comment.