ci: drop checkout from release workflow

It's not required as per comment - https://github.com/systemd/systemd/pull/27110#issuecomment-1499653913
This commit is contained in:
Jan Macku 2023-04-11 09:33:46 +02:00
parent 9718afd194
commit 19cdda7c3a

View file

@ -17,8 +17,6 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Release
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844
with: