Skip to content

Commit

Permalink
ci: fix release oxlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jun 7, 2024
1 parent f849efa commit 05342c6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release_oxlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -37,8 +36,6 @@ jobs:
build:
needs: check
if: needs.check.outputs.version_changed == 'true'
env:
version: ${{ needs.check.outputs.version }}
strategy:
matrix:
include:
Expand Down Expand Up @@ -154,7 +151,7 @@ jobs:
run: |
{
echo 'OUTPUT<<EOF'
cargo release-oxc changelog --release ${{ inputs.name }}
cargo release-oxc changelog --release oxlint
echo EOF
} >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 05342c6

Please sign in to comment.