Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Fix publication, update idofront
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz committed Oct 15, 2022
1 parent eb7c838 commit 6bd534b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
grep -oP '(?!<latest>)[\d\.]*(?=</latest>)' \
)" >> $GITHUB_ENV
# We build twice to include generated files lol
- name: Run gradle build to generate files
run: gradle build

- name: Run gradle build and publish
run: gradle build publish -PmineinabyssMavenUsername=${{ secrets.MAVEN_PUBLISH_USERNAME }} -PmineinabyssMavenPassword=${{ secrets.MAVEN_PUBLISH_PASSWORD }}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ version=0.6
group=com.mineinabyss
kotlinVersion=1.7.10
serverVersion=1.19.2-R0.1-SNAPSHOT
idofrontVersion=0.14.6
idofrontVersion=0.14.7
publishComponentName=java

0 comments on commit 6bd534b

Please sign in to comment.