We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29db06 commit b86f633Copy full SHA for b86f633
.github/workflows/build_publish.yml
@@ -281,7 +281,7 @@ jobs:
281
DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
282
283
# Get changelog as raw string (remove quotes added by jq -Rs)
284
- CHANGELOG="${{ steps.get_changelog.outputs.changelog }}"
+ CHANGELOG=${{ steps.get_changelog.outputs.changelog }}
285
286
# Create new version entry
287
jq --arg version "$VERSION" \
0 commit comments