There was an error while loading. Please reload this page.
1 parent f99a5fd commit 4160fe8Copy full SHA for 4160fe8
1 file changed
.github/workflows/release.yaml
@@ -38,6 +38,15 @@ jobs:
38
# git commit -m "Add VERSION file for release $TAG_NAME"
39
# git push origin $TAG_NAME
40
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
+
50
- name: Commit and push to release branch
51
run: |
52
git add VERSION
0 commit comments