Skip to content

Commit

Permalink
Fix typo in CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed May 28, 2024
1 parent 96e532c commit 9eda2ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
env:
BUNDLE_WITHOUT: release:development:rubocop
- name: Build gem
run: gem build *.gemspec
- name: Publish gem to rubygems.org
run: gem build --strict --verbose *.gemspec
- name: Publish gem to rubygems.org
run: gem push *.gem
env:
GEM_HOST_API_KEY: '${{ secrets.RUBYGEMS_AUTH_TOKEN }}'
- name: Setup GitHub packages access
Expand Down

0 comments on commit 9eda2ad

Please sign in to comment.