ci: disable GitHub publish. maven repos are not public
This commit is contained in:
parent
0f1902fd4b
commit
e25be5d40e
1 changed files with 3 additions and 6 deletions
9
.github/workflows/gradle-publish.yml
vendored
9
.github/workflows/gradle-publish.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue