From acf86eb5bbd5a2696dbecfac09db41a18f1fe6f8 Mon Sep 17 00:00:00 2001 From: Freya Arbjerg Date: Thu, 12 Oct 2023 12:52:37 +0200 Subject: [PATCH] Narrow down publishing task --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 638e0b79..20e274c1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,6 +17,6 @@ jobs: - name: Publish package uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 with: - arguments: core:publish + arguments: core:publishAllPublicationsToGitHubPackagesRepository env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file