Skip to content

feat(sub-commands): add very rough implementation of CustomSubCommand… #2

feat(sub-commands): add very rough implementation of CustomSubCommand…

feat(sub-commands): add very rough implementation of CustomSubCommand… #2

Workflow file for this run

name: Publish project to Maven repository
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 21
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Publish with Gradle
run: ./gradlew shadowJar publish
env:
MAVEN_NAME: ${{ secrets.MAVEN_NAME }}
MAVEN_SECRET: ${{ secrets.MAVEN_SECRET }}