Fix remapping of mods using Archloom to package JIJ dependencies (#193) #185
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
# File generated by the GradleUtils `setupGitHubActionsWorkflows` task, avoid modifying it directly | |
# The template can be found at https://github.com/neoforged/GradleUtils/blob/a65628b0c89dec60b357ce3f8f6bfa62934b8357/src/actionsTemplate/resources/.github/workflows/release.yml | |
name: Release | |
on: | |
push: | |
branches: [ "main" ] | |
permissions: | |
contents: read | |
statuses: write | |
jobs: | |
release: | |
uses: neoforged/actions/.github/workflows/gradle-publish.yml@main | |
with: | |
java: 17 | |
pre_gradle_tasks: test | |
gradle_tasks: 'publish publishPlugins' | |
version_labels: -beta, -stable | |
secrets: | |
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} | |
MAVEN_USER: ${{ secrets.MAVEN_USER }} | |
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }} | |
GPG_SUBKEY: ${{ secrets.GPG_SUBKEY }} | |
GPG_SUBKEY_ID: ${{ secrets.GPG_SUBKEY_ID }} | |
GPG_SUBKEY_PASSWORD: ${{ secrets.GPG_SUBKEY_PASSWORD }} | |
GPP_KEY: ${{ secrets.GPP_KEY }} | |
GPP_SECRET: ${{ secrets.GPP_SECRET }} |