Skip to content

Commit 7ce146c

Browse files
Merge pull request product-os#1467 from product-os/release-notes-format
Encode short-release-notes as string
2 parents 8f80b66 + 10dd105 commit 7ce146c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/flowzone.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flowzone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1494,7 +1494,7 @@ jobs:
14941494
USER_DEFINED: ${{ steps.format_release_notes.outputs.body }}
14951495
CURRENT_TAG: ${{ needs.versioned_source.outputs.tag }}
14961496
with:
1497-
result-encoding: json
1497+
result-encoding: string
14981498
script: |
14991499
// Get all tags sorted by version in descending order
15001500
const { data: tags } = await github.rest.repos.listTags({

0 commit comments

Comments
 (0)