Skip to content

Commit

Permalink
Fix typo in release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Vui Lam <[email protected]>
  • Loading branch information
vuil committed Mar 6, 2024
1 parent 46819c8 commit 0594174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
body: "${{ fromJson(steps.get-github-release-notes.outputs.data).body }}"
run: |
githubOutput="/tmp/${{ steps.time.outputs.time }}-github-output"
echo "$data" > "$githubOutput"
echo "$body" > "$githubOutput"
- name: Generate the release notes
shell: bash
Expand Down

0 comments on commit 0594174

Please sign in to comment.