ci: disable GitHub publish. maven repos are not public

This commit is contained in:
Dominik Schürmann 2021-03-17 10:55:46 +01:00
parent 0f1902fd4b
commit e25be5d40e
1 changed files with 3 additions and 6 deletions

View File

@ -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: