Skip to content

Commit

Permalink
CI: Remove incorret '"' quote
Browse files Browse the repository at this point in the history
Signed-off-by: Niels Thykier <[email protected]>
  • Loading branch information
nthykier committed Mar 31, 2023
1 parent d09259e commit 6aba23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
CHANGELOG=$(cat << 'EOM'
${{ needs.build.outputs.changelog }}"
${{ needs.build.outputs.changelog }}
EOM
)
CHANGELOG="$(echo "$CHANGELOG" | base64 --decode)"
Expand Down

0 comments on commit 6aba23d

Please sign in to comment.