fix(ci): specify ref in aur publish job (#5550)
This commit is contained in:
parent
04f1080451
commit
dbe87c5494
1
.github/workflows/publish.yaml
vendored
1
.github/workflows/publish.yaml
vendored
@ -95,6 +95,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: "cdrci/code-server-aur"
|
repository: "cdrci/code-server-aur"
|
||||||
token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
|
token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
|
||||||
|
ref: "master"
|
||||||
|
|
||||||
- name: Configure git
|
- name: Configure git
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user