Skip to content

Commit

Permalink
ci(forge): 自动发布2
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlimiter committed Feb 12, 2024
1 parent f047d74 commit fa9bfba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Forge Release

on:
push:
Expand Down Expand Up @@ -38,5 +38,6 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
name: McBot-Forge-${{ github.ref }}
files: forge/build/libs/*
body: Please refer to [CHANGELOG.md](https://github.com/Nova-Committee/re-avaritia/blob/master/CHANGELOG.md) for details.

0 comments on commit fa9bfba

Please sign in to comment.