Skip to content

Commit

Permalink
Fixed GH release name
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed May 25, 2024
1 parent b29542e commit 3d4a0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ jobs:
uses: softprops/action-gh-release@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: Version ${{ github.ref }}
name: Version ${{ steps.version.outputs.VERSION }}
body_path: ./body.md
files: ${{ github.event.repository.name }}.${{ steps.version.outputs.VERSION }}.zip

0 comments on commit 3d4a0ad

Please sign in to comment.