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 5aca469 commit 5741424
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ 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-username: ${{ secrets.MAVEN_PUBLISH_USERNAME }}
maven-password: ${{ secrets.MAVEN_PUBLISH_PASSWORD }}
maven-metadata-url: https://repo.oraxen.com/releases/com/mineinabyss/idofront-util/maven-metadata.xml
maven-username: ${{ secrets.MAVEN_USERNAME }}
maven-password: ${{ secrets.MAVEN_PASSWORD }}
release-files: |
${{ github.workspace }}/publish/*.jar
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 5741424

Please sign in to comment.