a very good jj gui
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: fix release notes generation

## RN:
- Fix GitHub Actions output delimiter so release notes publish correctly

RN-ID: gha-output-delimiter

+3 -3
+3 -3
.github/workflows/release.yml
··· 152 152 153 153 --- 154 154 155 - Built from \`${{ github.sha }}\`. 155 + Built from \`${GITHUB_SHA}\`. 156 156 EOF 157 157 ) 158 158 159 159 { 160 - echo "body<<'EOF'" 160 + echo "body<<__RELEASE_BODY__" 161 161 echo "$BODY" 162 - echo "EOF" 162 + echo "__RELEASE_BODY__" 163 163 } >> "$GITHUB_OUTPUT" 164 164 165 165 build: