Commit 52c8a5c
Add Rakefile to fix release workflow (#426)
The `rubygems/release-gem@v1` action expects `rake release` to be
available, which requires bundler gem tasks. This was causing the
release workflow to fail with "No Rakefile found".
Also removes the redundant `gem build` step since `rake release`
handles both building and pushing the gem.
Co-authored-by: Garen J. Torikian <[email protected]>
Co-authored-by: Claude Opus 4.5 <[email protected]>1 parent 678e1d5 commit 52c8a5c
2 files changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | 66 | | |
70 | 67 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments