Skip to content

Commit 6fe9c62

Browse files
fixed error with quality checks workflow
1 parent e2fe1ed commit 6fe9c62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99

1010
jobs:
1111
quality_checks:
12-
uses: .github/workflows/quality-checks.yml
12+
uses: ./.github/workflows/quality-checks.yml
1313
secrets:
1414
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1515

0 commit comments

Comments
 (0)