Skip to content

Commit 8d0a1a1

Browse files
author
Colin Viebrock
committed
more tweaks
1 parent 6377bfb commit 8d0a1a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,15 @@ jobs:
2525
with:
2626
github_token: ${{ secrets.GITHUB_TOKEN }}
2727
custom_tag: ${{ github.event.inputs.version }}
28+
tag_prefix: ''
2829
- name: Create Release
2930
id: create_release
3031
uses: actions/create-release@v1
3132
env:
3233
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3334
with:
34-
tag_name: ${{ steps.tag_version.outputs.new_tag }}
35-
release_name: Release ${{ steps.tag_version.outputs.new_tag }}
35+
tag_name: ${{ github.event.inputs.version }}
36+
release_name: Release ${{ github.event.inputs.version }}
3637
draft: false
3738
prerelease: false
3839
body: ${{ github.event.inputs.release_notes }}

0 commit comments

Comments
 (0)