Skip to content

Merge remote-tracking branch 'origin/v10' into v11 #118

Merge remote-tracking branch 'origin/v10' into v11

Merge remote-tracking branch 'origin/v10' into v11 #118

Workflow file for this run

name: Compile & Release
on:
push:
paths:
- '**.gradle'
- '**.properties'
- '**/src/**'
- '.github/**'
branches:
- v4
- v5
- v6
- v7
- v8
- v9
- v10
- v11-23w13ab
- v11
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Upload to Maven
run: ./gradlew publish modPublish --stacktrace
if: |
!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.pull_request.title, '[ci skip]')
env:
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
curse_api_key: ${{ secrets.CF_API_KEY }}
modrinth_key: ${{ secrets.MODRINTH_KEY }}