Skip to content

Commit 69c6134

Browse files
committed
ci: remove skipping
1 parent 778e37d commit 69c6134

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)