Skip to content

Commit

Permalink
Merge pull request #2814 from mapfish/fix-release-name
Browse files Browse the repository at this point in the history
Fix the release name to be compatible with the changelog generation
  • Loading branch information
sbrunner authored Feb 27, 2023
2 parents ea6e2d6 + 66c4002 commit 1fe74be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ steps.tag.outputs.tag }}
release_name: ${{ steps.tag.outputs.tag }}
draft: false
prerelease: false
if: startsWith(github.ref, 'refs/tags/') && env.HAS_SECRETS == 'HAS_SECRETS'
Expand Down

0 comments on commit 1fe74be

Please sign in to comment.