From 283bf8e407bd6010575b338f3647950bcf641963 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sat, 2 Aug 2025 13:45:17 +0200 Subject: [PATCH] chore: use asciidoctor --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c5acdaad..9ec1cbdae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,6 +65,13 @@ jobs: run: | git config --global user.name "Etherpad Release Bot" git config --global user.email "noreply@etherpad.org" + - uses: ruby/setup-ruby@v1 + with: + ruby-version: 2.7 + + - uses: reitzig/actions-asciidoctor@v2.0.2 + with: + version: 2.0.18 - name: Prepare release working-directory: etherpad run: |