Skip to content

Commit

Permalink
Disable publish to Github Package (#37)
Browse files Browse the repository at this point in the history
* Skip publish snapshot to Github Package

* Disable publish to Github Package
  • Loading branch information
devkanro authored Jun 24, 2020
1 parent 526e4de commit 0402428
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,12 @@ 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/sisyphus
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 0402428

Please sign in to comment.