Skip to content

Commit 80a4029

Browse files
committed
allow dirty
1 parent 4c86c40 commit 80a4029

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
221221
runs-on: "ubuntu-latest"
222222
permissions:
223-
"contents": "write"
223+
checks: write
224224
outputs:
225225
val: ${{ steps.host.outputs.manifest }}
226226
steps:

dist-workspace.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,16 @@ installers = ["homebrew", "msi"]
1212
# A GitHub repo to push Homebrew formulas to
1313
tap = "RandomStudio/homebrew-tap"
1414
# Target platforms to build apps for (Rust target-triple syntax)
15-
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
15+
targets = [
16+
"aarch64-apple-darwin",
17+
"x86_64-apple-darwin",
18+
"x86_64-unknown-linux-gnu",
19+
"x86_64-pc-windows-msvc",
20+
]
1621
# Publish jobs to run in CI
1722
publish-jobs = ["homebrew"]
23+
# Ignore out-of-date contents
24+
allow-dirty = ["ci"]
1825

1926
[dist.dependencies.apt]
2027
libgtk-3-dev = "*"

0 commit comments

Comments
 (0)