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.
1 parent 778e37d commit 69c6134Copy full SHA for 69c6134
.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