Skip to content

Commit

Permalink
chore: fix sonar depth (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimdekker authored Mar 18, 2024
1 parent 0b150c5 commit 368b141
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
java-version: 17
distribution: 'zulu'
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Cache SonarCloud packages
uses: actions/cache@v4
with:
Expand Down Expand Up @@ -127,4 +129,4 @@ jobs:
files: build.zip
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: ${{ steps.previoustag.outputs.tag }}
append_body: true
append_body: true

0 comments on commit 368b141

Please sign in to comment.