diff --git a/.github/workflows/compability-check.yaml b/.github/workflows/compability-check.yaml index 2854d35b3..810c71f81 100644 --- a/.github/workflows/compability-check.yaml +++ b/.github/workflows/compability-check.yaml @@ -9,12 +9,9 @@ on: jobs: check: if: github.actor == 'dependabot[bot]' - strategy: - matrix: - os: [ubuntu-latest, windows-latest, macOS-latest] + runs-on: ubuntu-latest permissions: contents: write - runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - uses: projectdiscovery/actions/setup/git@v1 @@ -27,4 +24,5 @@ jobs: git add go.{mod,sum} git commit -m "chore(deps): go mod tidy" git push origin $GITHUB_REF - } \ No newline at end of file + } + - uses: projectdiscovery/actions/goreleaser@v1