fix(workflow): adding more debug echos
This commit is contained in:
parent
9323d77059
commit
66f26e8481
1 changed files with 2 additions and 0 deletions
|
@ -32,8 +32,10 @@ jobs:
|
|||
|
||||
echo "github.ref = ${{ github.ref }}"
|
||||
echo "github.base_ref = ${{ github.base_ref }}"
|
||||
echo "github.ref_name = ${{ github.ref_name }}"
|
||||
echo "(Basename) github.ref = $(basename "${{ github.ref }}")"
|
||||
echo "(Basename) github.base_ref = $(basename "${{ github.base_ref }}")"
|
||||
echo "(Basename) github.ref_name = $(basename "${{ github.ref_name }}")"
|
||||
|
||||
if [ -n "${{ github.base_ref }}" ]; then
|
||||
release="$(basename "${{ github.base_ref }}")"
|
||||
|
|
Loading…
Reference in a new issue