Skip to content

Merge pull request #24 from messente/travis #12

Merge pull request #24 from messente/travis

Merge pull request #24 from messente/travis #12

Workflow file for this run

name: Publish package to the Maven Central Repository
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
- name: Publish Artifacts
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: $
ORG_GRADLE_PROJECT_mavenCentralPassword: $
ORG_GRADLE_PROJECT_signingInMemoryKey: $
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: $
run: ./gradlew publishAllPublicationsToMavenCentralRepository --no-configuration-cache --no-daemon
on:
push:
tags:
- *

Check failure on line 25 in .github/workflows/maven.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/maven.yml

Invalid workflow file

You have an error in your yaml syntax on line 25