diff --git a/.github/workflows/release-ruby.yml b/.github/workflows/release-ruby.yml index 74481b6d..cb0c8bfd 100644 --- a/.github/workflows/release-ruby.yml +++ b/.github/workflows/release-ruby.yml @@ -31,7 +31,5 @@ jobs: - name: Copy the samples to ruby/features run: npm ci && npm run copy-to:ruby working-directory: devkit - - uses: cucumber/action-publish-rubygem@v1.0.0 - with: - working_directory: ruby - rubygems_api_key: ${{ secrets.RUBYGEMS_API_KEY }} + - uses: rubygems/release-gem@v1 + working-directory: ruby diff --git a/CHANGELOG.md b/CHANGELOG.md index cf1133db..2c42f845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +### Fixed +- [Ruby] Fix release process ## [18.0.0] - 2025-02-24 ### Changed