Browse Source

release: fix up sentence case for release name

[skip ci]
ᴊᴏᴇ ᴄʜᴇɴ 2 weeks ago
parent
commit
e8b6dea462
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/release.yml

+ 2 - 2
.github/workflows/release.yml

@@ -113,10 +113,10 @@ jobs:
             git tag -f "$RELEASE_TAG"
             git push origin "$RELEASE_TAG" --force || true
 
-            RELEASE_TITLE="Release Archive Testing"
+            RELEASE_TITLE="Release archive testing"
             RELEASE_NOTES="Automated testing release for workflow development."
             if [ "$RELEASE_TAG" = "latest-commit-build" ]; then
-              RELEASE_TITLE="Latest Commit Build"
+              RELEASE_TITLE="Latest commit build"
               RELEASE_NOTES="Automated build from the latest commit on main branch. This release is updated automatically with every push to main."
             fi