Skip to content

Commit

Permalink
Merge pull request #14 from ty1824/ossRepo3
Browse files Browse the repository at this point in the history
Fix username and password binding in release action
  • Loading branch information
ty1824 authored Jan 27, 2023
2 parents 70c6224 + 1743e13 commit 1363443
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
env:
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
GPG_SIGNING_PASSPHRASE: ${{ secrets.GPG_SIGNING_PASSPHRASE }}
SONATYPE_USERNAME: ${{ secrets.OSSRH_PASSWORD }}
SONATYPE_PASSWORD: ${{ secrets.OSSRH_USERNAME }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
1 change: 1 addition & 0 deletions dialector-kt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ publishing {
}
}
}
repositories.forEach { println((it as MavenArtifactRepository).url)}
publications {
register<MavenPublication>("default") {
from(components["java"])
Expand Down

0 comments on commit 1363443

Please sign in to comment.