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 38682dc commit 8296ef4Copy full SHA for 8296ef4
{{cookiecutter.project_name}}/.github/workflows/prepare-release.yml
@@ -47,6 +47,6 @@ jobs:
47
with:
48
body_path: {{ "${{ github.workspace }}-CHANGELOG.md" }}
49
draft: true
50
- tag_name: {{ "${{ steps.new_version.outputs.NEW_VERSION }}" }}
+ tag_name: v{{ "${{ steps.new_version.outputs.NEW_VERSION }}" }}
51
env:
52
GITHUB_TOKEN: {{ "${{ secrets.GITHUB_TOKEN }}" }}
0 commit comments