Skip to content

Commit 9732d7d

Browse files
committed
Try another release name
1 parent a7f7d88 commit 9732d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
101101
with:
102102
tag_name: ${{ github.ref }}
103-
release_name: ${{ steps.get-version.outputs.VERSION }}
103+
release_name: Test # ${{ steps.get-version.outputs.VERSION }}
104104
body: 'All notable changes to this version has been documented in the CHANGELOG.md file.'
105105
draft: false
106106
prerelease: false

0 commit comments

Comments
 (0)