Skip to content

Commit

Permalink
fix: push gem to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
saiqulhaq committed Dec 5, 2021
1 parent 0d55aa2 commit 8247189
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
ruby-version: 2.7.x

- name: Publish to GPR
if: ${{ env.PUBLISH_TO_REGISTRY != 0 }}
run: |
mkdir -p $HOME/.gem
touch $HOME/.gem/credentials
Expand All @@ -35,7 +34,6 @@ jobs:
OWNER: ${{ github.repository_owner }}

- name: Publish to RubyGems
if: ${{ env.PUBLISH_TO_REGISTRY != 0 }}
run: |
mkdir -p $HOME/.gem
touch $HOME/.gem/credentials
Expand Down

0 comments on commit 8247189

Please sign in to comment.