Skip to content

Commit

Permalink
Remove publishing to GitHub packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sellmair committed Dec 20, 2024
1 parent 5e01a60 commit f01ef4e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,3 @@ jobs:
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_KEY }}
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.SIGNING_KEY_ID }}
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSWORD }}

- name: Publish to GitHub Packages
run: ./gradlew publishAllPublicationsToGithubRepository --no-daemon --no-configuration-cache -i -s
env:
ORG_GRADLE_PROJECT_evasGithubUser: ${{ secrets.GH_USER }}
ORG_GRADLE_PROJECT_evasGithubToken: ${{ secrets.GH_TOKEN }}
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_KEY }}
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.SIGNING_KEY_ID }}
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSWORD }}

0 comments on commit f01ef4e

Please sign in to comment.