Skip to content

Commit 647df9a

Browse files
committed
debug
1 parent 5edad76 commit 647df9a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@ jobs:
3535
run: git remote add aur ssh://[email protected]/code-server.git
3636

3737
- name: Push to AUR
38-
run: git push aur
38+
run: |
39+
git status
40+
git push aur

0 commit comments

Comments
 (0)