Skip to content

Commit b86f633

Browse files
committed
v8.0.10+303
1 parent b29db06 commit b86f633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
282282
283283
# Get changelog as raw string (remove quotes added by jq -Rs)
284-
CHANGELOG="${{ steps.get_changelog.outputs.changelog }}"
284+
CHANGELOG=${{ steps.get_changelog.outputs.changelog }}
285285
286286
# Create new version entry
287287
jq --arg version "$VERSION" \

0 commit comments

Comments
 (0)