Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
appdev committed Mar 12, 2024
2 parents ef50bd5 + 6b71538 commit 06ecf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Gather Release Information
id: release_info
run: |
echo "release_title=$(steps.version.outputs.value)" >> $GITHUB_OUTPUT
echo "release_title=v$(needs.create_release.outputs.version)" >> $GITHUB_OUTPUT
echo "release_version=$(TZ=Asia/Shanghai date +'v%Y%m%d%H%M')" >> $GITHUB_OUTPUT
changelog=$(python scripts/parse-changelog.py -t ${{ github.ref }} -b ${{ steps.thislatestR.outputs.release }} appdev/siyuan-unlock)
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
Expand Down

0 comments on commit 06ecf2c

Please sign in to comment.