From ce025ce8faa95dbded5daa0694e80a9e43138e60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mich=C3=A9e=20Lengronne?= Date: Thu, 23 Jul 2020 13:30:20 +0200 Subject: [PATCH] debug commitish 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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 213107a..f9edfd5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,6 +66,14 @@ jobs: with: ref: master + - name: Debug commitish + run: | + echo "version: ${VERSION}" + echo "commitish: ${COMMITISH}" + env: + VERSION: ${{ env.version }} + COMMITISH: ${{ env.commitish }} + - name: Create Release draft id: create_release uses: actions/create-release@v1