From e25be5d40e221e41241957338657c2fadfaa4444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Wed, 17 Mar 2021 10:55:46 +0100 Subject: [PATCH] ci: disable GitHub publish. maven repos are not public --- .github/workflows/gradle-publish.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index e82acf6ca..8103b1253 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -1,15 +1,12 @@ name: Publish package to GitHub Packages -#on: - #release: - #types: [created] on: - push: - branches: - - master + release: + types: [created] jobs: publish: + if: false # job disabled. currently it is not possible to create public Maven repos: https://github.community/t/how-to-allow-unauthorised-read-access-to-github-packages-maven-repository/115517/8 runs-on: ubuntu-latest strategy: matrix: