We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299a36c commit 3e9ec71Copy full SHA for 3e9ec71
.github/workflows/create-release.yml
@@ -49,14 +49,14 @@ jobs:
49
git commit -m "Update Changelog.md for ${{github.event.inputs.versionIncrement}} release"
50
git push origin main
51
52
- - name: Create release on github.event.inputs.versionIncrement
+ - name: Create release on GitHub
53
uses: thomaseizinger/[email protected]
54
env:
55
GITHUB_TOKEN: ${{ secrets.SBPAT }}
56
with:
57
tag_name: v${{ github.event.inputs.versionIncrement }}
58
target_commitish: ${{ env.RELEASE_COMMIT_HASH }}
59
- name: ${{ github.event.inputs.versionIncrement }}
+ name: v${{ github.event.inputs.versionIncrement }}
60
body: ${{ steps.changelog.outputs.changes }}
61
draft: false
62
0 commit comments