Skip to content

Commit 73a21e5

Browse files
authored
Fix GitHub publishing (#637)
Fix GitHub publishing, which is broken because the CI is trying to `echo` a multi-line string, which is not possible.
1 parent 08a39f1 commit 73a21e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ jobs:
240240
run: |
241241
echo "Version: ${{ steps.query-release-info.outputs.version }}"
242242
echo "Date: ${{ steps.query-release-info.outputs.release-date }}"
243-
echo "${{ steps.query-release-info.outputs.release-notes }}"
244243
- uses: ncipollo/release-action@v1
245244
with:
246245
artifacts: "dist/*.tar.gz,dist/*.whl"

0 commit comments

Comments
 (0)