1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 11:22:24 +01:00

Fix release workflow (#4405)

This commit is contained in:
Jesse Hills
2023-02-09 17:37:55 +13:00
committed by GitHub
parent 9dd01b30bd
commit 4d192c7387

View File

@@ -150,6 +150,6 @@ jobs:
ref: "main", ref: "main",
inputs: { inputs: {
version: "${{ github.event.release.tag_name }}", version: "${{ github.event.release.tag_name }}",
content: "${{ toJSON(github.event.release.body) }}" content: ${{ toJSON(github.event.release.body) }}
} }
}) })