Skip to content

fix: 내가 뭘 수정했드라? #160

fix: 내가 뭘 수정했드라?

fix: 내가 뭘 수정했드라? #160

Workflow file for this run

name: Publish to Sonatype Repository
on:
push:
branches: [ "main" ]
permissions:
contents: read
env:
nexusUsername: admin
nexusPassword: ${{ secrets.NEXUS_PASSWORD }}
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:

Check failure on line 22 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

You have an error in your yaml syntax on line 22
java-version: '21
distribution: 'temurin'
- name: Prepare Gradle
uses: gradle/gradle-build-action@v2
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Publish to Sonatype Repository
run: gradle publishAllPublicationsToMavenRepository