Remove GitHub packages

This commit is contained in:
GeorgH93 2022-07-19 17:13:12 +02:00
parent 52c2491e53
commit ee08afff7b
1 changed files with 0 additions and 5 deletions

View File

@ -44,8 +44,3 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: 'artifacts/M*'
- name: Publish to GitHub Packages Apache Maven
run: 'mvn clean install deploy -pl Minepacks-API,Minepacks -s .github/workflows/settings.xml "-DaltDeploymentRepository=github::default::https://maven.pkg.github.com/GeorgH93/Minepacks"'
env:
GITHUB_TOKEN: ${{ github.token }}