Update to 1.20.5 #10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release Forge | ||
on: | ||
workflow_dispatch: | ||
jobs: | ||
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 |