Skip to content

Commit

Permalink
Updates maven publish workflow to work with spotless (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleiber authored Nov 29, 2024
1 parent 7db3a79 commit 5f604ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@

name: Publish package to the Maven Central Repository
on:
workflow_dispatch:
release:
types: [created]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0

- name: Set up Java
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 5f604ae

Please sign in to comment.