diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-01-10 23:01:54 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-01-10 23:04:04 +0900 |
| commit | 835df2860c2063e2b0c31d44b8addbd887f4b869 (patch) | |
| tree | bd2e1d93fac86538ba851563fef600bf4a0f4714 | |
| parent | 61aee59a4d29114e54198b00c8991170bb9ddbb5 (diff) | |
| download | LunaticChat-835df2860c2063e2b0c31d44b8addbd887f4b869.tar.gz LunaticChat-835df2860c2063e2b0c31d44b8addbd887f4b869.tar.bz2 LunaticChat-835df2860c2063e2b0c31d44b8addbd887f4b869.zip | |
fix: Fix release CI
| -rw-r--r-- | .github/workflows/release.yaml | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5121d0e..d30fa02 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -100,10 +100,7 @@ jobs: gh release create "$TAG_NAME" \ "$JAR_NAME" \ --title "$TAG_NAME" \ - --notes "## $TAG_NAME (${{ steps.get_date.outputs.current_date }}) - - Release of version $VERSION. - Please refer to [CHANGELOG.md](./CHANGELOG.md) for update details." + --notes "Please refer to [changelog](./CHANGELOG.md) for update details." - name: Publish to Modrinth uses: cloudnode-pro/modrinth-publish@0d0d7948e051e7481e6690795d23e06925967b68 # v2 @@ -113,13 +110,9 @@ jobs: project: ${{ secrets.MODRINTH_PROJECT_ID }} version: ${{ needs.validate.outputs.version }} channel: alpha - featured: true changelog: | - Release of version ${{ needs.validate.outputs.version }}. - Please refer to [CHANGELOG.md](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md) for update details. + Please refer to [changelog](https://github.com/m1sk9/LunaticChat/blob/main/CHANGELOG.md) for update details. loaders: paper - game-versions: | - 1.21.x - files: | - ${{ needs.validate.outputs.jar_name }} - + game-versions: "1.21.x" + files: ${{ needs.validate.outputs.jar_name }} + |
