Skip to content

Commit

Permalink
CI improvements for ensuring maven publishing works (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleiber authored Feb 3, 2025
1 parent ef0ff8a commit 84e8cbf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,6 @@ jobs:

- name: Build with Gradle
run: ./gradlew build -Pbuildalldesktop

- name: Publish to Maven Local
run: ./gradlew publishToMavenLocal
2 changes: 1 addition & 1 deletion .github/workflows/publish_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# To get a newer version, you will need to update the SHA.
# You can also reference a tag or branch, but the action may change without warning.

name: Publish package to the Maven Central Repository
name: Publish to Maven Central
on:
workflow_dispatch:
release:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stage_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
# To get a newer version, you will need to update the SHA.
# You can also reference a tag or branch, but the action may change without warning.

name: Publish package to the Maven Central Repository
name: Stage on Maven Central
on:
workflow_dispatch:
jobs:
publish:
stage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 84e8cbf

Please sign in to comment.