Skip to content

Commit

Permalink
Merge pull request #8 from AssemblyAI/fern/publish-1
Browse files Browse the repository at this point in the history
🌿 unignore publish action and fix it manually
  • Loading branch information
armandobelardo committed Feb 9, 2024
2 parents 4d75080 + 4bbcc26 commit 8640e6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .fernignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Specify files that shouldn't be modified by Fern

README.md
.github/workflows/publish.yml
test/

<!-- Allow for the polling client -->
Expand Down
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 8640e6f

Please sign in to comment.