Skip to content

Commit 4160fe8

Browse files
authored
Added debug
1 parent f99a5fd commit 4160fe8

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@ jobs:
3838
# git commit -m "Add VERSION file for release $TAG_NAME"
3939
# git push origin $TAG_NAME
4040

41+
- name: Debug - Check available branches
42+
run: |
43+
echo "=== Local branches ==="
44+
git branch -a
45+
echo "=== Remote branches ==="
46+
git ls-remote --heads origin
47+
echo "=== Default branch ==="
48+
git remote show origin | grep 'HEAD branch'
49+
4150
- name: Commit and push to release branch
4251
run: |
4352
git add VERSION

0 commit comments

Comments
 (0)