From e58976b6d5f675e1bc730786cb8f1537d2506521 Mon Sep 17 00:00:00 2001 From: bee-san Date: Sat, 23 Dec 2023 09:13:07 +0000 Subject: [PATCH] added new announcement message --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 9fd6d68dc4..2b6a551674 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -32,7 +32,7 @@ jobs: - name: Production Build if: success() - run: npx grunt prod --msg="Version 10 is here! Read about the new features here" + run: npx grunt prod --msg="Release Blog Post Discord" - name: Generate sitemap run: npx grunt exec:sitemap