Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Swimburger authored Feb 9, 2024
1 parent 1d2ec04 commit e9e10f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Build and Push Gem
env:
GEM_HOST_API_KEY: ${{ secrets.RUBYGEM_API_KEY }}
GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
run: >-
gem build assemblyai.gemspec
gem push assemblyai-*.gem --host https://rubygems.org

0 comments on commit e9e10f9

Please sign in to comment.