Skip to content

Commit

Permalink
ci: Execute removeAnnotations before building client
Browse files Browse the repository at this point in the history
  • Loading branch information
Pazaz committed Jan 4, 2024
1 parent d2e80c2 commit ed65615
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/loader-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Generate Client SHA Signature
run: gradle -p tools removeAnnotations

- name: Build Client
run: gradle client:build

Expand Down

0 comments on commit ed65615

Please sign in to comment.