|
30 | 30 | fullVersion: ${{ steps.version.outputs.fullVersion }}
|
31 | 31 | steps:
|
32 | 32 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4
|
| 33 | + - name: Set up Ruby for asciidoctor-pdf |
| 34 | + uses: ruby/setup-ruby@cacc9f1c0b3f4eb8a16a6bb0ed10897b43b9de49 # v1 |
| 35 | + with: |
| 36 | + ruby-version: 3.3.0 |
| 37 | + - name: Install asciidoctor-pdf / rouge |
| 38 | + run: gem install asciidoctor-pdf rouge |
33 | 39 | - name: Setup JDK 8
|
34 | 40 | uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # tag=v3
|
35 | 41 | with:
|
|
68 | 74 | environment: snapshots
|
69 | 75 | steps:
|
70 | 76 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
71 |
| - - name: Set up Ruby for asciidoctor-pdf |
72 |
| - uses: ruby/setup-ruby@cacc9f1c0b3f4eb8a16a6bb0ed10897b43b9de49 # v1 |
73 |
| - with: |
74 |
| - ruby-version: 3.3.0 |
75 |
| - - name: Install asciidoctor-pdf / rouge |
76 |
| - run: gem install asciidoctor-pdf rouge |
77 | 77 | - name: Setup JDK 8
|
78 | 78 | uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # tag=v3
|
79 | 79 | with:
|
@@ -107,12 +107,6 @@ jobs:
|
107 | 107 | environment: releases
|
108 | 108 | steps:
|
109 | 109 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4
|
110 |
| - - name: Set up Ruby for asciidoctor-pdf |
111 |
| - uses: ruby/setup-ruby@cacc9f1c0b3f4eb8a16a6bb0ed10897b43b9de49 # v1 |
112 |
| - with: |
113 |
| - ruby-version: 3.3.0 |
114 |
| - - name: Install asciidoctor-pdf / rouge |
115 |
| - run: gem install asciidoctor-pdf rouge |
116 | 110 | - name: Setup JDK 8
|
117 | 111 | uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # tag=v3
|
118 | 112 | with:
|
@@ -148,12 +142,6 @@ jobs:
|
148 | 142 | environment: releases
|
149 | 143 | steps:
|
150 | 144 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4
|
151 |
| - - name: Set up Ruby for asciidoctor-pdf |
152 |
| - uses: ruby/setup-ruby@cacc9f1c0b3f4eb8a16a6bb0ed10897b43b9de49 # v1 |
153 |
| - with: |
154 |
| - ruby-version: 3.3.0 |
155 |
| - - name: Install asciidoctor-pdf / rouge |
156 |
| - run: gem install asciidoctor-pdf rouge |
157 | 145 | - name: Setup JDK 8
|
158 | 146 | uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # tag=v3
|
159 | 147 | with:
|
|
0 commit comments