Skip to content

add tests, example docs and missing import #37

add tests, example docs and missing import

add tests, example docs and missing import #37

Workflow file for this run

name: Publish
on: [push]
jobs:
publish:
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Build and Push Gem
env:
GEM_HOST_API_KEY: ${{ secrets.RUBY_GEMS_API_KEY }}
run: |
gem build assemblyai.gemspec
gem push assemblyai-*.gem --host https://rubygems.org/