Skip to content

Commit

Permalink
Fix github url for gradle publish (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
devkanro authored Jun 24, 2020
1 parent 29c10a9 commit 526e4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
release-url: https://oss.sonatype.org/service/local/staging/deploy/maven2
release-username: ${{ secrets.OSSRH_USERNAME }}
release-password: ${{ secrets.OSSRH_PASSWORD }}
github-url: https://maven.pkg.github.com/ButterCam
github-url: https://maven.pkg.github.com/ButterCam/sisyphus
github-username: ${{ env.GITHUB_ACTOR }}
github-password: ${{ secrets.GITHUB_TOKEN }}
gradle-portal-key: ${{ secrets.GRADLE_PUBLISH_KEY }}
Expand Down

0 comments on commit 526e4de

Please sign in to comment.