mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2025-09-02 02:39:26 +00:00
update auto_release workflow
This commit is contained in:
parent
d50e19db40
commit
3ca55f4b4d
1 changed files with 2 additions and 3 deletions
3
.github/workflows/auto_release.yml
vendored
3
.github/workflows/auto_release.yml
vendored
|
@ -87,7 +87,7 @@ jobs:
|
|||
done
|
||||
|
||||
MESSAGES="Seafile version: $SEAFILE_VERSION"$'\n'"Image build version: $NEXT_BUILD"$'\n'"Changelog:"$'\n'"$MESSAGES"
|
||||
echo "::set-output name=formatted_messages::$MESSAGES"
|
||||
echo "::set-output name=formatted_messages::${MESSAGES//$'\n'/'%0A'}"
|
||||
|
||||
- name: Create Release
|
||||
if: env.FOLDER_CHANGED != '' && env.SEAFILE_VERSION != ''
|
||||
|
@ -100,4 +100,3 @@ jobs:
|
|||
body: ${{ steps.get_messages.outputs.formatted_messages }}
|
||||
draft: false
|
||||
prerelease: false
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue