From d88b38150301624481ae755df2237064777a8f51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mich=C3=A9e=20Lengronne?= Date: Thu, 23 Jul 2020 10:56:07 +0200 Subject: [PATCH] read the CHANGELOG before the checkout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michée Lengronne --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 835b058..db7f9e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,14 +54,14 @@ jobs: name: dev-sec CI email: hello@dev-sec.io - - uses: actions/checkout@v1 - - name: Read CHANGELOG.md id: package uses: juliangruber/read-file-action@v1 with: path: ./CHANGELOGRELEASE.md + - uses: actions/checkout@v1 + - name: Create Release draft id: create_release uses: actions/create-release@v1