Skip to content

Commit

Permalink
It's just not required
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior authored Oct 8, 2024
1 parent 31aace2 commit d129fa5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ruby-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ jobs:
release:
needs: [build, license-compliance]
runs-on: ubuntu-latest
with:
rubygems_api_key: '${{ secrets.rubygems_api_key }}'
if: ${{ rubygems_api_key != '' && contains(github.ref, 'refs/tags/v') && contains(github.ref, inputs.package) }}
if: ${{ contains(github.ref, 'refs/tags/v') && contains(github.ref, inputs.package) }}
steps:
- uses: actions/checkout@v3
- uses: cadwallion/publish-rubygems-action@master
Expand Down

0 comments on commit d129fa5

Please sign in to comment.