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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) }}
}
})