Skip to content

Commit

Permalink
Use publishAllPublicationsToGitHubPackagesRepository for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe2 committed Dec 27, 2020
1 parent c20508b commit 999fc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew build
- name: Publish to GitHub Packages
run: ./gradlew publishJvmPublicationToGitHubPackagesRepository
run: ./gradlew publishAllPublicationsToGitHubPackagesRepository
env:
USERNAME: fwilhe2
TOKEN: ${{ secrets.GPR_AUTH_TOKEN }}
Expand Down

0 comments on commit 999fc6d

Please sign in to comment.