Skip to content

Commit b0c0d0e

Browse files
committed
fix(ci): specify ref in aur publish job
1 parent 04f1080 commit b0c0d0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
with:
9696
repository: "cdrci/code-server-aur"
9797
token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
98+
ref: "master"
9899

99100
- name: Configure git
100101
run: |

0 commit comments

Comments
 (0)