-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
02a162f
commit f8462db
Showing
4 changed files
with
26 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ on: | |
|
||
jobs: | ||
build: | ||
if: github.repository_owner == 'FlashyReese' | ||
runs-on: self-hosted | ||
steps: | ||
- name: Checkout Repository | ||
|
@@ -20,11 +21,10 @@ jobs: | |
java-version: 21 | ||
check-latest: true | ||
- name: Upload assets to releases | ||
run: ./gradlew build publishAllPublicationsToFlashyReeseReleasesRepository | ||
run: ./gradlew build publishAllPublicationsToFlashyReeseReleasesRepository -Pbuild.release | ||
env: | ||
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }} | ||
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }} | ||
BUILD_RELEASE: ${{ github.event.prerelease == false }} | ||
- name: Publish to Modrinth & CurseForge | ||
uses: Kir-Antipov/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters