Skip to content

Commit 5ff7d64

Browse files
committed
Trying to fix the release workflow
1 parent 0626df6 commit 5ff7d64

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ jobs:
2929
run: echo "VERSION=$(python3 -c "import simphony; print(simphony.__version__)")" >> $GITHUB_ENV
3030
- name: Load Release text
3131
run: |
32-
echo "BODY=$(python scripts/get_changelog_entry.py ${{ env.VERSION }})" >> $GITHUB_ENV
32+
{
33+
echo 'BODY<<EOF'
34+
python scripts/get_changelog_entry.py ${{ env.VERSION }}
35+
echo EOF
36+
} >> "$GITHUB_ENV"
3337
- name: Publish to PyPI
3438
uses: pypa/gh-action-pypi-publish@v1.1.0
3539
with:

0 commit comments

Comments
 (0)