Skip to content

Commit d71a669

Browse files
committed
タグ名のフォーマットを修正し、リリースメッセージを更新
1 parent 5321661 commit d71a669

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/daily-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ jobs:
8585
run: |
8686
timestamp=$(date +%Y%m%d%H%M%S)
8787
if [ "${{ needs.platform-tests.outputs.test_status }}" = "success" ]; then
88-
tag="dev-passed-${timestamp}"
88+
tag="passed-${timestamp}"
8989
else
90-
tag="dev-failed-${timestamp}"
90+
tag="failed-${timestamp}"
9191
fi
9292
echo "tag=${tag}" >> $GITHUB_OUTPUT
9393
@@ -199,7 +199,7 @@ jobs:
199199
with:
200200
tag_name: ${{ steps.set_tag.outputs.tag }}
201201
name: "Runtime Release - ${{ steps.set_tag.outputs.tag }}"
202-
body: "This is a runtime release for Floorp 12. \n **Test Status:** ${{ needs.platform-tests.outputs.test_status }} \n **WARNING:** NOTE: This release is not an installer."
202+
body: "This is a runtime release for Floorp 12. \n\n **Test Status:** ${{ needs.platform-tests.outputs.test_status }} \n\n **WARNING:** NOTE: This release is not an Floorp installer. Visit the [releases page](https://floorp.app) to download the official installer."
203203
files: |
204204
./artifact/win/floorp-win-amd64-moz-artifact.zip
205205
./artifact/win/Windows-x64-dist-host.zip

0 commit comments

Comments
 (0)