Skip to content

Commit

Permalink
Maven publish changes
Browse files Browse the repository at this point in the history
  • Loading branch information
valarpirai committed Jul 31, 2024
1 parent 7f40549 commit 475a272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
run: ./gradlew publish
env:
USERNAME: ${{ github.actor }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}
# TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ publishing {
publications {
create<MavenPublication>("maven") {
groupId = group as String
artifactId = "org.disposable-email"
artifactId = "disposable-email"
version = version

from(components["java"])
Expand Down

0 comments on commit 475a272

Please sign in to comment.