From 05342c6080c498c27a6e5ca6d138cef427cd1bfa Mon Sep 17 00:00:00 2001 From: Boshen Date: Fri, 7 Jun 2024 16:59:47 +0800 Subject: [PATCH] ci: fix release oxlint --- .github/workflows/release_oxlint.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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