Skip to content

Commit

Permalink
setup gradle for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Parker committed Jul 10, 2024
1 parent c6ee043 commit fc68afe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/genparker-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ jobs:
- name: Install dependencies
run: npm i --ignore-scripts

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
build-scan-publish: false
build-scan-terms-of-use-url: 'https://gradle.com/terms-of-service'
build-scan-terms-of-use-agree: 'yes'

- name: publish affected
run: npx nx affected --target=publish --head=${{needs.init.outputs.branch}} --base=$BEFORE_SHA --configuration=${{needs.init.outputs.environment}} --parallel=5

Expand Down

0 comments on commit fc68afe

Please sign in to comment.