mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-23 02:35:34 +00:00
chore: use asciidoctor
This commit is contained in:
parent
46768caaaf
commit
283bf8e407
1 changed files with 7 additions and 0 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue