Skip to content

Commit

Permalink
refactor: change publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 committed Jan 25, 2024
1 parent 8d6132a commit b0d5b28
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: MineInAbyss/publish-action@master
- uses: oraxen/publish-action@master
with:
maven-metadata-url: https://repo.mineinabyss.com/releases/com/mineinabyss/idofront-util/maven-metadata.xml
maven-metadata-url: https://repo.oraxen.com/releases/com/mineinabyss/idofront-util/maven-metadata.xml
maven-username: ${{ secrets.MAVEN_PUBLISH_USERNAME }}
maven-password: ${{ secrets.MAVEN_PUBLISH_PASSWORD }}
release-files: |
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ logback = "1.4.11"
mccoroutine = "2.14.0"
mockbukkit = "3.65.0"
mockk = "1.13.8"
modelengine = "R4.0.3"
modelengine = "R4.0.5"
protocollib = "5.1.0"
reflections = "0.10.2"
serialization = "1.6.2"
Expand All @@ -28,7 +28,7 @@ vault = "1.7"
worldguard = "7.1.0-SNAPSHOT"
creative = "1.6.0"

mythic-dist = "5.2.6"
mythic-dist = "5.6.0-SNAPSHOT"
mythiccrucible = "1.6.0"
oraxen = "1.167.0"
itemsadder = "3.5.0b"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginManagement {
}
}

rootProject.name = "idofront"
rootProject.name = "OraxenLibs"

includeBuild("idofront-gradle")

Expand Down

0 comments on commit b0d5b28

Please sign in to comment.