Skip to content

Commit e7ea552

Browse files
committed
chore: update own cargo-dist
1 parent 333716c commit e7ea552

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,13 @@ jobs:
6060
steps:
6161
- uses: actions/checkout@v4
6262
with:
63+
persist-credentials: false
6364
submodules: recursive
6465
- name: Install dist
6566
# we specify bash to get pipefail; it guards against the `curl` command
6667
# failing. otherwise `sh` won't catch that `curl` returned non-0
6768
shell: bash
68-
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.28.2-prerelease.2/cargo-dist-installer.sh | sh"
69+
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.29.0-prerelease.1/cargo-dist-installer.sh | sh"
6970
- name: Cache dist
7071
uses: actions/upload-artifact@v4
7172
with:
@@ -119,6 +120,7 @@ jobs:
119120
git config --global core.longpaths true
120121
- uses: actions/checkout@v4
121122
with:
123+
persist-credentials: false
122124
submodules: recursive
123125
- name: Install Rust non-interactively if not already installed
124126
if: ${{ matrix.container }}
@@ -181,6 +183,7 @@ jobs:
181183
steps:
182184
- uses: actions/checkout@v4
183185
with:
186+
persist-credentials: false
184187
submodules: recursive
185188
- name: Install cached dist
186189
uses: actions/download-artifact@v4
@@ -230,6 +233,7 @@ jobs:
230233
steps:
231234
- uses: actions/checkout@v4
232235
with:
236+
persist-credentials: false
233237
submodules: recursive
234238
- name: Install cached dist
235239
uses: actions/download-artifact@v4
@@ -294,6 +298,7 @@ jobs:
294298
steps:
295299
- uses: actions/checkout@v4
296300
with:
301+
persist-credentials: true
297302
repository: "axodotdev/homebrew-tap"
298303
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
299304
# So we have access to the formula
@@ -384,4 +389,5 @@ jobs:
384389
steps:
385390
- uses: actions/checkout@v4
386391
with:
392+
persist-credentials: false
387393
submodules: recursive

dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["cargo:."]
44
# Config for 'dist'
55
[dist]
66
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
7-
cargo-dist-version = "0.28.2-prerelease.2"
7+
cargo-dist-version = "0.29.0-prerelease.1"
88
# CI backends to support
99
ci = "github"
1010
# The installers to generate for each app

0 commit comments

Comments
 (0)