Skip to content

Commit 56726ee

Browse files
committed
[CI] Apparently publishAllPublicationsToGitHubPackagesRepository doesn't exist
1 parent 41ea3d3 commit 56726ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: gradle/actions/setup-gradle@v4
5757

5858
- name: Publish
59-
run: ./gradlew :publishAllPublicationsToGitHubPackagesRepository
59+
run: ./gradlew :publish
6060
env:
6161
VERSION: ${{ inputs.version }}
6262
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}

0 commit comments

Comments
 (0)