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
|
mvn -B install package --file pom.xml -P ExcludeBadRabbit
|
||||||
cp Minepacks/target/M*.jar artifacts/
|
cp Minepacks/target/M*.jar artifacts/
|
||||||
|
|
||||||
- name: Publish to GitHub Packages Apache Maven
|
# Does not work reliable
|
||||||
run: 'mvn deploy -s $GITHUB_WORKSPACE/settings.xml "-DaltDeploymentRepository=github::default::https://maven.pkg.github.com/GeorgH93/Minepacks"'
|
# - name: Publish to GitHub Packages Apache Maven
|
||||||
env:
|
# run: 'mvn deploy -s $GITHUB_WORKSPACE/settings.xml "-DaltDeploymentRepository=github::default::https://maven.pkg.github.com/GeorgH93/Minepacks"'
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
# env:
|
||||||
|
# GITHUB_TOKEN: ${{ github.token }}
|
||||||
|
|
||||||
- name: Build with Maven (Standalone)
|
- name: Build with Maven (Standalone)
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user