Skip to content

Commit 9081c43

Browse files
committed
💚 Simplify release titles
1 parent 20e96ed commit 9081c43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Gather Release Information
9595
id: release_info
9696
run: |
97-
echo "release_title=SiYuan v${{ steps.version.outputs.value }}" >> $GITHUB_OUTPUT
97+
echo "release_title=v${{ steps.version.outputs.value }}" >> $GITHUB_OUTPUT
9898
changelog_header=$(python scripts/parse-changelog-HEAD.py -t ${{ github.ref }} -b ${{ steps.thisLatestRelease.outputs.release }} -e ${{ steps.electronVersion.outputs.value }} ${{ github.repository }})
9999
changelog=$(python scripts/parse-changelog.py -t ${{ github.ref }} ${{ github.repository }})
100100
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)

0 commit comments

Comments
 (0)