Skip to content

Commit cdc6c66

Browse files
author
Zihlu Wang
authored
Merge pull request #27 from OnixByte/development
ci: remove skipping
2 parents 45e12d6 + 69c6134 commit cdc6c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-packages-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
6060
# the publishing section of your build.gradle
6161
- name: Publish to GitHub Packages
62-
run: ./gradlew publishAllPublicationsToGithubPackagesRepository -x
62+
run: ./gradlew publishAllPublicationsToGithubPackagesRepository
6363
env:
6464
USERNAME: ${{ github.actor }}
6565
TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)