Skip to content

v3.2.7-mc1.20.1

v3.2.7-mc1.20.1 #207

Workflow file for this run

# This workflow will build a package using Gradle and then publish it to GitHub packages when a release is created
# For more information see: https://github.com/actions/setup-java#publishing-using-gradle
name: Gradle Package
on:
release:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 17
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
- uses: eskatos/gradle-command-action@v1
with:
gradle-version: 8.1.1
arguments: build
- uses: Kir-Antipov/[email protected]
with:
version-type: alpha
dependencies: ""
files: |
build/libs/!(*-@(dev|sources|javadoc)).jar
modrinth-id: zJpHMkdD
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
modrinth-featured: false
curseforge-id: 332273
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}