diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 225544f4..ff09e614 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,7 +30,7 @@ jobs: run: make ci-setup # Code Check - name: Run Static Analysis - run: make lint + run: make ci-lint # Tests - name: Run Go Tests run: make test