Skip to content

Commit

Permalink
Merge pull request #1 from Gedochao/maintenance/fix-publish-data
Browse files Browse the repository at this point in the history
Adjust data for publishing artifacts
  • Loading branch information
tgodzik authored Oct 25, 2023
2 parents 1583f95 + 2759fbf commit e588fc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:

publish:
needs: generate-launchers
if: github.event_name == 'push'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,13 @@ def publishVersion0 = T {
.stripPrefix("v")
}

def ghOrg = "scala-cli"
def ghOrg = "VirtusLab"
def ghName = "java-class-name"
trait JavaClassNamePublishModule extends PublishModule {
import mill.scalalib.publish._
def pomSettings = PomSettings(
description = artifactName(),
organization = "io.github.alexarchambault.scala-cli",
organization = "org.virtuslab.scala-cli.java-class-name",
url = s"https://github.com/$ghOrg/$ghName",
licenses = Seq(License.`Apache-2.0`),
versionControl = VersionControl.github(ghOrg, ghName),
Expand Down

0 comments on commit e588fc1

Please sign in to comment.