Skip to content

Commit

Permalink
Publish artifact to Github Package (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
devkanro authored Jun 24, 2020
1 parent 65a3d4f commit 29c10a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,17 @@ jobs:
- uses: ButterCam/prepare-sisyphus-build@v1
with:
dependency-repositories: local,central,jcenter,portal,snapshot
snapshot-repositories: snapshot,github
release-repositories: release,github
snapshot-url: https://oss.sonatype.org/content/repositories/snapshots
snapshot-username: ${{ secrets.OSSRH_USERNAME }}
snapshot-password: ${{ secrets.OSSRH_PASSWORD }}
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-username: ${{ env.GITHUB_ACTOR }}
github-password: ${{ secrets.GITHUB_TOKEN }}
gradle-portal-key: ${{ secrets.GRADLE_PUBLISH_KEY }}
gradle-portal-secret: ${{ secrets.GRADLE_PUBLISH_SECRET }}
gpg-key-name: ${{ secrets.GPG_KEY_NAME }}
Expand Down

0 comments on commit 29c10a9

Please sign in to comment.