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.
2 parents 4070a3c + 398065e commit dfdc853Copy full SHA for dfdc853
1 file changed
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_FOR_RELEASE_PUBLISH }}
44
with:
45
tag_name: ${{ steps.changelog.outputs.version }}
46
- name: Release ${{ steps.changelog.outputs.version }}
+ name: ${{ steps.changelog.outputs.version }}
47
draft: false
48
prerelease: false
49
body_path: CHANGELOG.md
0 commit comments