Skip to content

Commit fd2544a

Browse files
committed
Add missing build preparation to gem publishing
1 parent 57f4e88 commit fd2544a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
run: bundle install
4949
- name: Set version
5050
run: sed -i "s/VERSION = '0.0.0'/VERSION = '${GITHUB_REF_NAME#v}'/" lib/triangulum/version.rb && bundle
51+
- name: Prepare build
52+
run: bundle exec rake prepare_build
5153
- name: Package gems
5254
run: bundle exec rake package
5355

0 commit comments

Comments
 (0)