From 530e48f16eda7e5f6c2741445c9f13a612925fbc Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 1 Feb 2024 05:43:48 +0100 Subject: [PATCH] Fix description. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 496f2271c3..3573122b9e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -147,13 +147,13 @@ jobs: git push origin $version-$(date +'%Y%m%d') gh release create $version-$(date +'%Y%m%d') -p --verify-tag \ -t "Development release for $(date +'%Y-%m-%d')" \ - -n "Bi-weekly development release of Firefly III with the latest fixes, translations and features. This release was created on **$(date +'%Y-%m-%d')** and may contain bugs. Use at your own risk. Docker users can find this release under the `develop` tag." + -n "Bi-weekly development release of Firefly III with the latest fixes, translations and features. This release was created on **$(date +'%Y-%m-%d')** and may contain bugs. Use at your own risk. Docker users can find this release under the \`develop\` tag." else echo "Create default release." git tag -a $version -m "Here be changelog" git push origin $version gh release create $version -F output.txt -t "$version" --verify-tag - rm -f output.txt + rm output.txt git checkout develop git merge main git push