Skip to content

Commit

Permalink
ci: renamed release name
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Jun 5, 2022
1 parent 9cd4cc6 commit 2ed33f3
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 @@ -45,7 +45,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{steps.version_bump.outputs.newVersion}}
release_name: Release v${{steps.version_bump.outputs.newVersion}}
release_name: v${{steps.version_bump.outputs.newVersion}}
body: |
New server extension release v${{steps.version_bump.outputs.newVersion}}
draft: false
Expand Down

0 comments on commit 2ed33f3

Please sign in to comment.