Remove deployment to github packages

It dosen't work reliable enough
This commit is contained in:
GeorgH93 2020-04-30 00:52:43 +02:00
parent 82e26228e0
commit 217ae74ed0
No known key found for this signature in database
GPG Key ID: D1630D37F9E4B3C8
1 changed files with 5 additions and 4 deletions

View File

@ -28,10 +28,11 @@ jobs:
mvn -B install package --file pom.xml -P ExcludeBadRabbit
cp Minepacks/target/M*.jar artifacts/
- name: Publish to GitHub Packages Apache Maven
run: 'mvn deploy -s $GITHUB_WORKSPACE/settings.xml "-DaltDeploymentRepository=github::default::https://maven.pkg.github.com/GeorgH93/Minepacks"'
env:
GITHUB_TOKEN: ${{ github.token }}
# Does not work reliable
# - name: Publish to GitHub Packages Apache Maven
# run: 'mvn deploy -s $GITHUB_WORKSPACE/settings.xml "-DaltDeploymentRepository=github::default::https://maven.pkg.github.com/GeorgH93/Minepacks"'
# env:
# GITHUB_TOKEN: ${{ github.token }}
- name: Build with Maven (Standalone)
run: |