diff --git a/.forgejo/workflows/workflow.yaml b/.forgejo/workflows/workflow.yaml index 7d098ed..dd7d2e4 100644 --- a/.forgejo/workflows/workflow.yaml +++ b/.forgejo/workflows/workflow.yaml @@ -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 }}")"