From 82fcb2a896401122a417d9ba52cc6455a4057930 Mon Sep 17 00:00:00 2001 From: Eric Fennis Date: Sun, 23 May 2021 14:04:04 +0200 Subject: [PATCH] add debugline in workflow --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a3492b..385b76d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,6 +28,9 @@ jobs: if: ${{ github.event.inputs.version }} run: VERSION_REF=${{ github.event.inputs.version }} + - name: Echo version + run: echo $VERSION_REF + - name: Get the version id: get_version run: echo ::set-output name=VERSION::${VERSION_REF/refs\/tags\/\v}