Skip to content

Commit

Permalink
feat: build test
Browse files Browse the repository at this point in the history
  • Loading branch information
augustocmleal committed Feb 13, 2024
1 parent 6e55421 commit a7fb1ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up JDK 17
if: ${{ matrix.context == 'ch-edc'}}
if: ${{ needs.release.outputs.new_tag_version == 'ch-edc'}}
uses: actions/setup-java@v2
with:
java-version: '17'
Expand All @@ -68,7 +68,7 @@ jobs:
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
- name: Build project
if: ${{ matrix.context == 'ch-edc'}}
if: ${{ needs.release.outputs.new_tag_version == 'ch-edc'}}
run: |
cd clearing-house-edc
./gradlew clean build \
Expand Down

0 comments on commit a7fb1ab

Please sign in to comment.