From 38e359b49b0eee8ed6f98154d2c51ec44db5d68d Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Tue, 24 Jan 2023 20:28:40 -0800 Subject: [PATCH] Attempt at fixing GitHub Packages too. --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e8b7313..52a17c7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,6 +17,7 @@ jobs: - name: Publish with Gradle uses: gradle/gradle-build-action@v2 with: - arguments: publishAllPublicationsToGitLabRepository + arguments: publishAllPublicationsToGitHubPackagesRepository publishAllPublicationsToGitLabRepository env: + GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" GITLAB_TOKEN: "${{ secrets.GITLAB_TOKEN }}"