Skip to content

Commit 81cfd34

Browse files
authored
Merge pull request #2674 from skaut/release-name
Fixed GH release name
2 parents b29542e + 3d4a0ad commit 81cfd34

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)