Skip to content

Commit

Permalink
ci: publish to maven repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Apehum committed Oct 30, 2024
1 parent 60ee39d commit 1de7f79
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Build with Gradle
run: ./gradlew build

- name: Publish to maven repository
run: ./gradlew publish

- name: Publish to Modrinth/CurseForge
uses: Apehum/[email protected]
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/prerelease-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Build with Gradle
run: ./gradlew build

- name: Publish to maven repository
run: ./gradlew publish -Psnapshot=true

- name: Publish to GitHub
uses: Apehum/[email protected]
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Build with Gradle
run: ./gradlew build

- name: Publish to maven repository
run: ./gradlew publish

- name: Publish to Modrinth/CurseForge
uses: Apehum/[email protected]
with:
Expand Down

0 comments on commit 1de7f79

Please sign in to comment.