fix(workflow): adding more debug echos
All checks were successful
Build Documentation and Lint Code / build and lint (push) Successful in 21s

This commit is contained in:
Seaswimmer 2024-01-07 12:24:31 +00:00
parent 9323d77059
commit 66f26e8481
Signed by: cswimr
GPG key ID: D74DDDDF420E13DF

View file

@ -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 }}")"