Skip to content

Commit

Permalink
Merge pull request #36 from bastelfreak/typo
Browse files Browse the repository at this point in the history
Fix typo in CI config
  • Loading branch information
bastelfreak authored May 28, 2024
2 parents 96e532c + 9eda2ad commit beaea1d
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 beaea1d

Please sign in to comment.