Skip to content

v2.7.5-mc1.19.4

v2.7.5-mc1.19.4 #212

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
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: 7.3
arguments: build
- uses: Kir-Antipov/[email protected]
with:
version-type: alpha
dependencies: ""
changelog: ""
files-primary: build/libs/!(*-@(dev|sources|javadoc)).jar
files-secondary: ""
modrinth-id: zJpHMkdD
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
modrinth-featured: false
curseforge-id: 332273
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}