mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +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:
|
permissions:
|
||||||
contents: write # for softprops/action-gh-release@v1
|
contents: write # for softprops/action-gh-release@v1
|
||||||
id-token: write # for `npm publish --provenance`
|
id-token: write # for `npm publish --provenance`
|
||||||
|
outputs:
|
||||||
|
version: ${{ steps.run.outputs.VERSION }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
@ -245,4 +247,4 @@ jobs:
|
||||||
workflow: bump_oxlint.yml
|
workflow: bump_oxlint.yml
|
||||||
token: ${{ secrets.PAT }}
|
token: ${{ secrets.PAT }}
|
||||||
ref: main
|
ref: main
|
||||||
inputs: '{ "version": "${{ needs.check.outputs.version }}" }'
|
inputs: '{ "version": "${{ needs.publish.outputs.version }}" }'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue