We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca9b46f commit d5742efCopy full SHA for d5742ef
1 file changed
.github/workflows/publish.yml
@@ -53,4 +53,4 @@ jobs:
53
file: ${{ steps.generate_release.outputs.ZIP_NAME }}
54
release_name: v${{ steps.date.outputs.date }}
55
body: |
56
- ${{ steps.read_release.outputs.RELEASE_BODY }} # <--- Use environment variables that was created earlier
+ ${{ steps.read_release.outputs.RELEASE_BODY }}
0 commit comments