File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
fern/products/sdks/overview/ruby/changelog Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ ## 1.0.0-rc85
2+ ** ` (fix): ` ** Fix detached HEAD error in publish workflow. When triggered by a tag push, the workflow
3+ enters detached HEAD state, causing ` rubygems/release-gem@v1 ` (which runs ` rake release ` )
4+ to fail when pushing to a non-existent branch. Replaced with manual build/push steps using
5+ ` rubygems/configure-rubygems-credentials@v1.0.0 ` for OIDC auth, ` bundle exec rake build ` ,
6+ and ` gem push pkg/*.gem ` . Also replaced ` bundler-cache: true ` with explicit ` bundle install `
7+ for more reliable dependency installation.
8+
9+
110## 1.0.0-rc84
211** ` (fix): ` ** Fix packageName being incorrectly used for folder/module naming. The packageName from
312publish config (e.g., output.publish.rubygems.packageName) is now only used for the
You can’t perform that action at this time.
0 commit comments