Skip to content

Commit

Permalink
Update bump-version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert authored Feb 11, 2024
1 parent 70b10ee commit 9feabbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9feabbf

Please sign in to comment.