Skip to content

Commit 24212b2

Browse files
Sherry520networm
authored andcommitted
fixes release workflow
1 parent c70c5ea commit 24212b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
2828

2929
- name: Build release assets
30-
run: bundle exec rake book:build_build
30+
run: bundle exec rake book:build
3131

3232
- name: Create release
3333
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)