Skip to content

Commit

Permalink
fixes release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherry520 authored and networm committed Aug 17, 2024
1 parent c70c5ea commit 24212b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Build release assets
run: bundle exec rake book:build_build
run: bundle exec rake book:build

- name: Create release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 24212b2

Please # to comment.