Skip to content

Commit

Permalink
fix host name
Browse files Browse the repository at this point in the history
Signed-off-by: Martmists <[email protected]>
  • Loading branch information
Martmists-GH committed Jul 18, 2024
1 parent c7ddacd commit 324bf9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
tags:
- v*

env:
MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ if (project.hasProperty("production")) {
publishing {
repositories {
maven {
name = "Martmists Maven"
name = "Martmists-Maven"
url = uri("https://maven.martmists.com/${if (isTagged) "releases" else "snapshots"}")
credentials {
username = "admin"
Expand Down

0 comments on commit 324bf9e

Please sign in to comment.