Skip to content

Commit

Permalink
Push the parent pom to repo as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ianroberts committed Aug 18, 2023
1 parent 6a88f98 commit 60d9498
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ jobs:


# Only do the deply and distro if we're in the main GateNLP repo, not a fork
- name: Deploy parent POM to repo.gate.ac.uk
if: github.repository == 'GateNLP/gcp' && github.ref == 'refs/heads/master'
run: mvn --batch-mode -e -Dmaven.test.skip=true -N deploy

- name: Deploy api to repo.gate.ac.uk
if: github.repository == 'GateNLP/gcp' && github.ref == 'refs/heads/master'
working-directory: ./api
Expand Down

0 comments on commit 60d9498

Please sign in to comment.