We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35428c commit c30bacfCopy full SHA for c30bacf
.github/workflows/cd.yml
@@ -21,5 +21,4 @@ jobs:
21
RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
22
- name: Create GitHub Release
23
run: gh release create v${{steps.tag-and-push-gem.outputs.gem_version}} --generate-notes
24
- uses: softprops/action-gh-release@cd28b0f5ee8571b76cfdaa62a30d51d752317477
25
if: ${{ steps.tag-and-push-gem.outputs.new_version == 'true' }}
0 commit comments