Skip to content

Commit 516d798

Browse files
architectureclaude
andcommitted
Remove RubyGems.org publish step — GPR only
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent bfebbf6 commit 516d798

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/gem-push.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,3 @@ jobs:
3434
GEM_HOST_API_KEY: "Bearer ${{secrets.GITHUB_TOKEN}}"
3535
OWNER: ${{ github.repository_owner }}
3636

37-
- name: Publish to RubyGems
38-
run: |
39-
mkdir -p $HOME/.gem
40-
touch $HOME/.gem/credentials
41-
chmod 0600 $HOME/.gem/credentials
42-
printf -- "---\n:rubygems_api_key: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials
43-
gem build *.gemspec
44-
gem push elevenlabs-*.gem
45-
env:
46-
GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_AUTH_TOKEN}}"

0 commit comments

Comments
 (0)