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 a1296a6 commit 68d21bcCopy full SHA for 68d21bc
.github/workflows/release-on-merge.yml
@@ -20,6 +20,15 @@ jobs:
20
PATCH=$(($LASTPATCH+1))
21
echo "::set-output name=tagname::2.1.${PATCH}"
22
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
32
- name: Create release
33
uses: ncipollo/release-action@v1
34
with:
0 commit comments