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 39bc830 commit 2375682Copy full SHA for 2375682
.github/workflows/release-on-merge.yml
@@ -29,7 +29,7 @@ jobs:
29
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
30
31
- name: Build release assets
32
- run: bundle exec rake book:build
+ run: bundle exec rake book:build_action
33
34
- name: Create release
35
uses: ncipollo/release-action@v1
0 commit comments