From 9618d369053cd32cd27524b539731909812052ea Mon Sep 17 00:00:00 2001 From: Marat Radchenko Date: Fri, 12 Jan 2024 11:25:38 +0300 Subject: Fix project name in zulip announcement message --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c22484e..0a43075 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,5 +28,5 @@ jobs: type: 'stream' topic: 'releases' content: | - Asciidoctor-EPUB3 ${{ env.RELEASE_VERSION }} is out! + Asciidoctor EPUB3 ${{ env.RELEASE_VERSION }} is out! https://github.com/asciidoctor/asciidoctor-epub3/releases/tag/${{ env.RELEASE_VERSION }} -- cgit v1.2.3