Skip to content

Commit

Permalink
refactor: stringify output description
Browse files Browse the repository at this point in the history
  • Loading branch information
sbsrnt committed Mar 8, 2024
1 parent 749db0a commit 283eaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preview-publish-package/01-publish-prerelease/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:

outputs:
changelog:
description: `lerna changed --json` output
description: "`lerna changed --json` output"
value: ${{ steps.lerna_prerelease.outputs.changelog }}

runs:
Expand Down

0 comments on commit 283eaca

Please sign in to comment.