Skip to content

Commit 68d21bc

Browse files
committed
duh
1 parent a1296a6 commit 68d21bc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release-on-merge.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ jobs:
2020
PATCH=$(($LASTPATCH+1))
2121
echo "::set-output name=tagname::2.1.${PATCH}"
2222
23+
- name: Set up Ruby
24+
uses: ruby/setup-ruby@v1
25+
with:
26+
ruby-version: 2.7
27+
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
28+
29+
- name: Build release assets
30+
run: bundle exec rake book:build
31+
2332
- name: Create release
2433
uses: ncipollo/release-action@v1
2534
with:

0 commit comments

Comments
 (0)