diff --git a/.github/workflows/update-site.yml b/.github/workflows/dist.yml similarity index 94% rename from .github/workflows/update-site.yml rename to .github/workflows/dist.yml index 3c3e99c..700d692 100644 --- a/.github/workflows/update-site.yml +++ b/.github/workflows/dist.yml @@ -1,4 +1,4 @@ -name: Build update site +name: Build distributions on: push: @@ -28,6 +28,8 @@ jobs: with: name: update-site path: releng/org.eclipse.epsilon.emc.rdf.updatesite/target/repository + - name: Deploy Maven artifact + run: mvn -B -f pom-plain.xml clean deploy upload-site: needs: build # Grant GITHUB_TOKEN the permissions required to make a Pages deployment diff --git a/pom-plain.xml b/pom-plain.xml index 1750dc0..91e0d76 100644 --- a/pom-plain.xml +++ b/pom-plain.xml @@ -116,4 +116,11 @@ + + + github + GitHub Packages + https://maven.pkg.github.com/epsilonlabs/emc-rdf + +