Skip to content

Commit c2018f1

Browse files
authored
Fix for auth debug
1 parent ebe66e1 commit c2018f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,13 @@ jobs:
102102
git config --global user.name "github-actions[bot]"
103103
git config --global user.email "github-actions@users.noreply.github.com"
104104
git remote set-url origin https://x-access-token:${{ secrets.GH_PAT }}@github.com/Dimos082/cli-monitor.git
105+
echo "DEBUG: Remote URLs before push"
106+
git remote -v
105107
git add cli_monitor.py
106108
git commit -m "chore: bump version to ${{ env.NEW_VERSION }}" || echo "No changes to commit"
109+
echo "DEBUG: Checking authentication"
110+
git fetch origin
111+
echo "DEBUG: Pushing changes"
107112
git push origin main
108113
109114
- name: Create GitHub Release

0 commit comments

Comments
 (0)