Skip to content

Commit aad3646

Browse files
authored
Fix release name formatting in GitHub Actions workflow
1 parent 03d2a6c commit aad3646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/netlicensing-js-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
uses: softprops/action-gh-release@v2
118118
with:
119119
tag_name: ${{ steps.bump.outputs.new_version }}
120-
name: Release ${{ steps.bump.outputs.new_version }}
120+
name: ${{ steps.bump.outputs.new_version }}
121121
body: ${{ inputs.release_notes }}
122122
generate_release_notes: ${{ inputs.release_notes == '' }}
123123
files: dist/**

0 commit comments

Comments
 (0)