mirror of
https://github.com/esphome/esphome.git
synced 2024-11-25 16:38:16 +01:00
Fix release workflow (#4405)
This commit is contained in:
parent
d83324c4dc
commit
68683e3a50
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -150,6 +150,6 @@ jobs:
|
|||
ref: "main",
|
||||
inputs: {
|
||||
version: "${{ github.event.release.tag_name }}",
|
||||
content: "${{ toJSON(github.event.release.body) }}"
|
||||
content: ${{ toJSON(github.event.release.body) }}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue