Skip to content

Release Forge

Release Forge #15

name: Release Forge
on:
workflow_dispatch:
jobs:
release:
permissions:
id-token: write
contents: write
packages: write
# See https://github.com/Kotori316/common-script/blob/main/.github/workflows/release-prod-gradle.yaml
uses: 'Kotori316/common-script/.github/workflows/release-prod-gradle.yaml@main'
with:
sign_check_command: 'assemble publishToMavenLocal'
release_command: 'assemble publishToMavenLocal publish registerVersion curseforge modrinth githubRelease'
enable_signature_check: true
java_version: 21
secrets: inherit