Skip to content

Commit

Permalink
Testing signing
Browse files Browse the repository at this point in the history
  • Loading branch information
jayohms committed Sep 19, 2023
1 parent 63cf359 commit 7be7edc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sonatype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}
GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }}
GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }}
run: ./gradlew -Psonatype -Pversion=${{ github.event.release.tag_name }} clean build -x test signReleasePublication
run: ./gradlew -Psonatype -Pversion=${{ github.event.release.tag_name }} clean build -x test publish
4 changes: 2 additions & 2 deletions strada/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ afterEvaluate {
url = uri('https://s01.oss.sonatype.org/content/repositories/releases/')

credentials {
username = System.getenv('SONATYPE_USER')
password = System.getenv('SONATYPE_PASSWORD')
username = "testing" //System.getenv('SONATYPE_USER')
password = "testing" //System.getenv('SONATYPE_PASSWORD')
}
}
} else {
Expand Down

0 comments on commit 7be7edc

Please sign in to comment.