ci: drop checkout from release workflow
authorJan Macku <jamacku@redhat.com>
Tue, 11 Apr 2023 07:33:46 +0000 (09:33 +0200)
committerJan Macku <jamacku@redhat.com>
Tue, 11 Apr 2023 14:59:18 +0000 (16:59 +0200)
It's not required as per comment - https://github.com/systemd/systemd/pull/27110#issuecomment-1499653913

.github/workflows/make_release.yml

index 7875f231fe2ef4e3bcce0cc7a28cec45d51db542..9902a6c6ab0ff28e951c7f0025d25f2c5a557686 100644 (file)
@@ -17,8 +17,6 @@ jobs:
       contents: write
 
     steps:
-      - name: Checkout
-        uses: actions/checkout@v3
       - name: Release
         uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844
         with: