Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
armandobelardo committed Feb 9, 2024
1 parent bf5923b commit 4bbcc26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Build and Push Gem
env:
GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
run: >-
run: |
gem build assemblyai.gemspec
gem push assemblyai-*.gem --host https://rubygems.org

0 comments on commit 4bbcc26

Please sign in to comment.