There was an error while loading. Please reload this page.
1 parent 20e96ed commit 9081c43Copy full SHA for 9081c43
1 file changed
.github/workflows/cd.yml
@@ -94,7 +94,7 @@ jobs:
94
- name: Gather Release Information
95
id: release_info
96
run: |
97
- echo "release_title=SiYuan v${{ steps.version.outputs.value }}" >> $GITHUB_OUTPUT
+ echo "release_title=v${{ steps.version.outputs.value }}" >> $GITHUB_OUTPUT
98
changelog_header=$(python scripts/parse-changelog-HEAD.py -t ${{ github.ref }} -b ${{ steps.thisLatestRelease.outputs.release }} -e ${{ steps.electronVersion.outputs.value }} ${{ github.repository }})
99
changelog=$(python scripts/parse-changelog.py -t ${{ github.ref }} ${{ github.repository }})
100
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
0 commit comments