Skip to content

Commit 6448c2c

Browse files
committed
ci: remove persist-credentials: false in homebrew CI
1 parent fff2109 commit 6448c2c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ on:
4545
pull_request:
4646
push:
4747
tags:
48-
- '**[0-9]+.[0-9]+.[0-9]+*'
48+
- "**[0-9]+.[0-9]+.[0-9]+*"
4949

5050
jobs:
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

dist-workspace.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ tap = "elkowar/homebrew-tap"
1616
publish-jobs = ["homebrew"]
1717
formula = "yolk"
1818
targets = [
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
]
2525
install-path = "CARGO_HOME"
2626
install-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,

0 commit comments

Comments
 (0)