diff --git a/.github/workflows/release_oxlint.yml b/.github/workflows/release_oxlint.yml index 437775cae52b7..7905460b15fce 100644 --- a/.github/workflows/release_oxlint.yml +++ b/.github/workflows/release_oxlint.yml @@ -16,7 +16,6 @@ jobs: name: Check version runs-on: ubuntu-latest outputs: - version: ${{ steps.version.outputs.version }} version_changed: ${{ steps.version.outputs.changed }} steps: - uses: taiki-e/checkout-action@v1 @@ -37,8 +36,6 @@ jobs: build: needs: check if: needs.check.outputs.version_changed == 'true' - env: - version: ${{ needs.check.outputs.version }} strategy: matrix: include: @@ -154,7 +151,7 @@ jobs: run: | { echo 'OUTPUT<> $GITHUB_OUTPUT