ci: use github.sha for dispatch event on release (#7145)

This commit is contained in:
Naoki Ikeguchi 2025-08-08 01:25:48 +09:00 committed by GitHub
parent 5666582905
commit dcaebca5de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -379,7 +379,7 @@ jobs:
repository: ${{ env.BIOME_WEBSITE_REPO }}
event-type: ${{ env.BIOME_RELEASE_CLI_EVENT }}
client-payload: |
{ "sha": "${{ env.GITHUB_SHA }}", "tag": "@biomejs/biome@${{ needs.build-binaries.outputs.version }}", "version": "${{ needs.build-binaries.outputs.version }}" }
{ "sha": "${{ github.sha }}", "tag": "@biomejs/biome@${{ needs.build-binaries.outputs.version }}", "version": "${{ needs.build-binaries.outputs.version }}" }
publish-js-api:
name: Publish JS API