File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4545 pull_request :
4646 push :
4747 tags :
48- - ' **[0-9]+.[0-9]+.[0-9]+*'
48+ - " **[0-9]+.[0-9]+.[0-9]+*"
4949
5050jobs :
5151 # Run 'dist plan' (or host) to determine what tasks we need to do
@@ -309,7 +309,7 @@ jobs:
309309 steps :
310310 - uses : actions/checkout@v4
311311 with :
312- persist-credentials : false
312+ # persist-credentials: false
313313 repository : " elkowar/homebrew-tap"
314314 token : ${{ secrets.HOMEBREW_TAP_TOKEN }}
315315 # So we have access to the formula
Original file line number Diff line number Diff line change @@ -16,18 +16,18 @@ tap = "elkowar/homebrew-tap"
1616publish-jobs = [" homebrew" ]
1717formula = " yolk"
1818targets = [
19- # "aarch64-apple-darwin",
20- " x86_64-apple-darwin" ,
21- " x86_64-unknown-linux-gnu" ,
22- " x86_64-pc-windows-msvc" ,
23- " x86_64-unknown-linux-musl" ,
19+ # "aarch64-apple-darwin",
20+ " x86_64-apple-darwin" ,
21+ " x86_64-unknown-linux-gnu" ,
22+ " x86_64-pc-windows-msvc" ,
23+ " x86_64-unknown-linux-musl" ,
2424]
2525install-path = " CARGO_HOME"
2626install-updater = false
2727
2828# include = ["yolk.man"]
2929
30- # allow-dirty = ["ci"]
30+ allow-dirty = [" ci" ]
3131
3232[dist .github-custom-runners ]
3333# Use an `ubuntu-latest` runner for all "global" steps of the release process,
You can’t perform that action at this time.
0 commit comments