diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-01-31 20:33:27 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-31 20:33:27 +0900 |
| commit | edd9dbf1a5f1eac62d3dfc45fb40696a22e44a1d (patch) | |
| tree | 7b9f5824af67f41a9df7f084ee0916e53a08d285 /.github/workflows/release.yaml | |
| parent | 28436a3dea7aaed50f06be9a905e9a461d145966 (diff) | |
| parent | df1b621642c08c37619d8c684729115b59887bd0 (diff) | |
| download | LunaticChat-0.7.0.tar.gz LunaticChat-0.7.0.tar.bz2 LunaticChat-0.7.0.zip | |
Merge pull request #82 from m1sk9/fix/release-civ0.7.0
ci: Fix release CI
Diffstat (limited to '.github/workflows/release.yaml')
| -rw-r--r-- | .github/workflows/release.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d130b85..1df5612 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -96,12 +96,12 @@ jobs: TAG_NAME=${GITHUB_REF#refs/tags/} VERSION=${{ needs.validate.outputs.version }} JAR_NAME=${{ needs.validate.outputs.jar_name }} - VERSION_ANCHOR=$(echo "$VERSION" | tr -d '.') gh release create "$TAG_NAME" \ "$JAR_NAME" \ --title "$TAG_NAME" \ - --notes "Please refer to [changelog](./CHANGELOG.md#v${VERSION_ANCHOR}) for update details." + --draft \ + --notes "" - name: Publish to Modrinth uses: cloudnode-pro/modrinth-publish@0a5268ad092d4727bb6424326746fa2fe88761ff # v2 @@ -112,7 +112,7 @@ jobs: version: ${{ needs.validate.outputs.version }} channel: beta changelog: | - Please refer to [changelog](https://github.com/m1sk9/LunaticChat/blob/main/CHANGELOG.md) for update details. + Please refer to the [GitHub release](https://github.com/m1sk9/LunaticChat/releases/tag/v${{ needs.validate.outputs.version }}) for update details. loaders: paper game-versions: "1.21.x" files: ${{ needs.validate.outputs.jar_name }} |
