Skip to content

Commit

Permalink
ci(fabric): release name
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlimiter committed Feb 18, 2024
1 parent 9c568f2 commit ef869cb
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 @@ -44,6 +44,6 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
name: McBot-Fabric-${{ github.ref }}
name: McBot-Fabric-${{ github.ref_name }}
files: fabric/wrapper/build/libs/${{ steps.findjar.outputs.jarname }}
body: Please refer to [CHANGELOG.md](https://github.com/Nova-Committee/re-avaritia/blob/master/CHANGELOG.md) for details.

0 comments on commit ef869cb

Please sign in to comment.