Skip to content

Commit c30bacf

Browse files
author
Alex Evanczuk
committed
Correctly remove "uses" keyword
1 parent f35428c commit c30bacf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ jobs:
2121
RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
2222
- name: Create GitHub Release
2323
run: gh release create v${{steps.tag-and-push-gem.outputs.gem_version}} --generate-notes
24-
uses: softprops/action-gh-release@cd28b0f5ee8571b76cfdaa62a30d51d752317477
2524
if: ${{ steps.tag-and-push-gem.outputs.new_version == 'true' }}

0 commit comments

Comments
 (0)