From 9feabbf6810208d752e0c8e2ba8a06debed7c7aa Mon Sep 17 00:00:00 2001 From: Charles Ewert Date: Sat, 10 Feb 2024 19:18:09 -0500 Subject: [PATCH] Update bump-version.yml --- .github/workflows/bump-version.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index a285bea27..c19681b3d 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -27,7 +27,8 @@ jobs: # Setup - name: Checkout code uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - - run: echo "$(git branch --list *.*.z)" + - name: DEBUG + run: echo "thebugbranch=$(git branch --list *.*.z)" >> $GITHUB_ENV - name: Install jq to manipulate json uses: awalsh128/cache-apt-pkgs-action@latest with: