mirror of
https://github.com/biomejs/biome.git
synced 2025-12-23 08:21:13 +00:00
ci: use github.sha for dispatch event on release (#7145)
This commit is contained in:
parent
5666582905
commit
dcaebca5de
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue