diff --git a/.github/workflows/release_oxlint.yml b/.github/workflows/release_oxlint.yml index 8bf88df5d..b048c94b5 100644 --- a/.github/workflows/release_oxlint.yml +++ b/.github/workflows/release_oxlint.yml @@ -11,10 +11,6 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true -defaults: - run: - shell: bash - jobs: check: name: Check version @@ -81,6 +77,9 @@ jobs: name: Package ${{ matrix.code-target }} runs-on: ${{ matrix.os }} + defaults: + run: + shell: bash steps: - uses: taiki-e/checkout-action@v1