diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2024-01-12 11:25:38 +0300 |
|---|---|---|
| committer | Marat Radchenko <marat@slonopotamus.org> | 2024-01-12 11:25:38 +0300 |
| commit | 9618d369053cd32cd27524b539731909812052ea (patch) | |
| tree | 86c55d44617026946fdafd7b4acde63f9c910061 | |
| parent | 38a3e78f42d0c88a297b6c9cebe535351681c4ca (diff) | |
Fix project name in zulip announcement message
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} |
