diff --git a/.fernignore b/.fernignore index 390e311..8e38637 100644 --- a/.fernignore +++ b/.fernignore @@ -1,7 +1,6 @@ # Specify files that shouldn't be modified by Fern README.md -.github/workflows/publish.yml test/ diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0423560..2a20d02 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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