diff --git a/.github/workflows/release_oxlint.yml b/.github/workflows/release_oxlint.yml index 437775cae52b..284e0ee85e55 100644 --- a/.github/workflows/release_oxlint.yml +++ b/.github/workflows/release_oxlint.yml @@ -4,41 +4,39 @@ on: push: branches: - main - paths: - - npm/oxlint/package.json # Please only commit this file, so we don't need to wait for all the other CI jobs to finish. + - release-oxlint + # paths: + # - npm/oxlint/package.json # Please only commit this file, so we don't need to wait for all the other CI jobs to finish. concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: - check: - 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 - - - name: Check version changes - uses: EndBug/version-check@v2 - id: version - with: - static-checking: localIsNew - file-url: https://unpkg.com/oxlint@latest/package.json - file-name: npm/oxlint/package.json - - - name: Set version name - if: steps.version.outputs.changed == 'true' - run: | - echo "Version change found! New version: ${{ steps.version.outputs.version }} (${{ steps.version.outputs.version_type }})" + # check: + # name: Check version + # runs-on: ubuntu-latest + # outputs: + # version_changed: ${{ steps.version.outputs.changed }} + # steps: + # - uses: taiki-e/checkout-action@v1 + + # - name: Check version changes + # uses: EndBug/version-check@v2 + # id: version + # with: + # static-checking: localIsNew + # file-url: https://unpkg.com/oxlint@latest/package.json + # file-name: npm/oxlint/package.json + + # - name: Set version name + # if: steps.version.outputs.changed == 'true' + # run: | + # echo "Version change found! New version: ${{ steps.version.outputs.version }} (${{ steps.version.outputs.version_type }})" build: - needs: check - if: needs.check.outputs.version_changed == 'true' - env: - version: ${{ needs.check.outputs.version }} + # needs: check + # if: needs.check.outputs.version_changed == 'true' strategy: matrix: include: @@ -154,7 +152,7 @@ jobs: run: | { echo 'OUTPUT<> $GITHUB_OUTPUT