mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
ci: add publishing steps for fancyholograms to reposilite
This commit is contained in:
@@ -36,4 +36,10 @@ jobs:
|
|||||||
- name: Deploy
|
- name: Deploy
|
||||||
run:
|
run:
|
||||||
cd tools/deployment/build/libs &&
|
cd tools/deployment/build/libs &&
|
||||||
java -jar deployment.jar ../../../../plugins/fancyholograms/release_deployment_config.json
|
java -jar deployment.jar ../../../../plugins/fancyholograms/release_deployment_config.json
|
||||||
|
|
||||||
|
- name: Publish to reposilite (releases)
|
||||||
|
run: ./gradlew :plugins:fancyholograms:api:publishAllPublicationsToFancypluginsReleasesRepository
|
||||||
|
|
||||||
|
- name: Publish to reposilite (snapshots)
|
||||||
|
run: ./gradlew :plugins:fancyholograms:api:publishAllPublicationsToFancypluginsSnapshotsRepository
|
||||||
@@ -36,4 +36,7 @@ jobs:
|
|||||||
- name: Deploy
|
- name: Deploy
|
||||||
run:
|
run:
|
||||||
cd tools/deployment/build/libs &&
|
cd tools/deployment/build/libs &&
|
||||||
java -jar deployment.jar ../../../../plugins/fancyholograms/snapshot_deployment_config.json
|
java -jar deployment.jar ../../../../plugins/fancyholograms/snapshot_deployment_config.json
|
||||||
|
|
||||||
|
- name: Publish to reposilite (snapshots)
|
||||||
|
run: ./gradlew :plugins:fancyholograms:api:publishAllPublicationsToFancypluginsSnapshotsRepository
|
||||||
Reference in New Issue
Block a user