Skip to content

Commit

Permalink
CI: fix publish gem condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-descope committed Mar 19, 2024
1 parent e21ec2f commit b4bdd8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish-gem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ jobs:
gem push *.gem
env:
GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_API_KEY}}"
if: ${{ steps.release.outputs.release_created }}

0 comments on commit b4bdd8c

Please sign in to comment.