Skip to content

Commit ebe66e1

Browse files
authored
Debug auth
1 parent bb281b2 commit ebe66e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ jobs:
9191
- name: Update Version in `cli_monitor.py`
9292
run: sed -i "s/^__version__ = .*/__version__ = \"${{ env.NEW_VERSION }}\"/" cli_monitor.py
9393

94+
- name: Debug GitHub Authentication
95+
run: |
96+
git remote -v
97+
9498
- name: Commit & Push Version Update
9599
env:
96100
GH_PAT: ${{ secrets.GH_PAT }}
@@ -102,10 +106,6 @@ jobs:
102106
git commit -m "chore: bump version to ${{ env.NEW_VERSION }}" || echo "No changes to commit"
103107
git push origin main
104108
105-
- name: Debug GitHub Authentication
106-
run: |
107-
git remote -v
108-
109109
- name: Create GitHub Release
110110
uses: softprops/action-gh-release@v2
111111
with:

0 commit comments

Comments
 (0)