diff --git a/.github/workflows/build-action.yaml b/.github/workflows/build-action.yaml index d3a73e7..d8771a2 100644 --- a/.github/workflows/build-action.yaml +++ b/.github/workflows/build-action.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - mavne_version: [3.8.1, 3.6.3, 3.5.4] + maven_version: [3.8.1, 3.6.3, 3.5.4] steps: - uses: actions/checkout@v2