We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c8140 commit 8e40156Copy full SHA for 8e40156
.github/workflows/release.yml
@@ -12,11 +12,6 @@ jobs:
12
uses: actions/setup-java@v1
13
with:
14
java-version: 1.8
15
- - uses: actions/setup-ruby@v1
16
- with:
17
- ruby-version: '2.6'
18
- - name: Install jekyll
19
- run: gem install jekyll -v 4.0.0
20
- name: Install GPG
21
uses: olafurpg/setup-gpg@v3
22
- name: Check/Compile/Test
@@ -28,6 +23,11 @@ jobs:
28
23
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
29
24
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
30
25
run: sbt ci-release
26
+ - uses: actions/setup-ruby@v1
27
+ with:
+ ruby-version: '2.6'
+ - name: Install jekyll
+ run: gem install jekyll -v 4.0.0
31
- name: Publish Microsite
32
env:
33
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
0 commit comments