Skip to content

Commit 3d4a0ad

Browse files
committed
Fixed GH release name
1 parent b29542e commit 3d4a0ad

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
@@ -88,6 +88,6 @@ jobs:
8888
uses: softprops/action-gh-release@v2
8989
with:
9090
token: ${{ secrets.GITHUB_TOKEN }}
91-
name: Version ${{ github.ref }}
91+
name: Version ${{ steps.version.outputs.VERSION }}
9292
body_path: ./body.md
9393
files: ${{ github.event.repository.name }}.${{ steps.version.outputs.VERSION }}.zip

0 commit comments

Comments
 (0)