Skip to content

Commit 3e9ec71

Browse files
committed
Fixed wording
1 parent 299a36c commit 3e9ec71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ jobs:
4949
git commit -m "Update Changelog.md for ${{github.event.inputs.versionIncrement}} release"
5050
git push origin main
5151
52-
- name: Create release on github.event.inputs.versionIncrement
52+
- name: Create release on GitHub
5353
uses: thomaseizinger/[email protected]
5454
env:
5555
GITHUB_TOKEN: ${{ secrets.SBPAT }}
5656
with:
5757
tag_name: v${{ github.event.inputs.versionIncrement }}
5858
target_commitish: ${{ env.RELEASE_COMMIT_HASH }}
59-
name: ${{ github.event.inputs.versionIncrement }}
59+
name: v${{ github.event.inputs.versionIncrement }}
6060
body: ${{ steps.changelog.outputs.changes }}
6161
draft: false
6262

0 commit comments

Comments
 (0)