Skip to content

Commit

Permalink
ci: clean up after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy_xero committed Oct 21, 2024
1 parent a2d4a52 commit 995fb87
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Publish
on:
release:
types: [published]
pull_request:
branches:
- master

jobs:
publish:
Expand Down Expand Up @@ -43,8 +40,7 @@ jobs:

- name: Publish to Ruby
env:
test: test
# GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
run: |
gemspec_file=$(ls *.gemspec)
gem_file=$(gem build "$gemspec_file" | grep -o '[^ ]*\.gem')
Expand Down

0 comments on commit 995fb87

Please sign in to comment.