ci: fix version not set in release_oxlint.yml

This commit is contained in:
Boshen 2024-07-07 20:11:05 +08:00
parent 0c7f3eecc6
commit eb379188da
No known key found for this signature in database
GPG key ID: 67715A371E534061

View file

@ -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 }}" }'