mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2024-11-28 13:05:14 +01:00
Remove deployment to github packages
It dosen't work reliable enough
This commit is contained in:
parent
82e26228e0
commit
217ae74ed0
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user