We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45e12d6 + 69c6134 commit cdc6c66Copy full SHA for cdc6c66
.github/workflows/github-packages-publish.yml
@@ -59,7 +59,7 @@ jobs:
59
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
60
# the publishing section of your build.gradle
61
- name: Publish to GitHub Packages
62
- run: ./gradlew publishAllPublicationsToGithubPackagesRepository -x
+ run: ./gradlew publishAllPublicationsToGithubPackagesRepository
63
env:
64
USERNAME: ${{ github.actor }}
65
TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments