From: Jan Macku Date: Tue, 11 Apr 2023 07:33:46 +0000 (+0200) Subject: ci: drop checkout from release workflow X-Git-Tag: v254-rc1~756^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F27209%2Fhead;p=thirdparty%2Fsystemd.git ci: drop checkout from release workflow It's not required as per comment - https://github.com/systemd/systemd/pull/27110#issuecomment-1499653913 --- diff --git a/.github/workflows/make_release.yml b/.github/workflows/make_release.yml index 7875f231fe2..9902a6c6ab0 100644 --- a/.github/workflows/make_release.yml +++ b/.github/workflows/make_release.yml @@ -17,8 +17,6 @@ jobs: contents: write steps: - - name: Checkout - uses: actions/checkout@v3 - name: Release uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 with: