mirror of
https://github.com/danbulant/oxc
synced 2026-05-21 05:08:45 +00:00
ci: fix version not set in release_oxlint.yml
This commit is contained in:
parent
0c7f3eecc6
commit
eb379188da
1 changed files with 3 additions and 1 deletions
4
.github/workflows/release_oxlint.yml
vendored
4
.github/workflows/release_oxlint.yml
vendored
|
|
@ -143,6 +143,8 @@ jobs:
|
|||
permissions:
|
||||
contents: write # for softprops/action-gh-release@v1
|
||||
id-token: write # for `npm publish --provenance`
|
||||
outputs:
|
||||
version: ${{ steps.run.outputs.VERSION }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
@ -245,4 +247,4 @@ jobs:
|
|||
workflow: bump_oxlint.yml
|
||||
token: ${{ secrets.PAT }}
|
||||
ref: main
|
||||
inputs: '{ "version": "${{ needs.check.outputs.version }}" }'
|
||||
inputs: '{ "version": "${{ needs.publish.outputs.version }}" }'
|
||||
|
|
|
|||
Loading…
Reference in a new issue