Skip to content

Commit 6840e1f

Browse files
committed
chore: update own dist
1 parent 5034422 commit 6840e1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# we specify bash to get pipefail; it guards against the `curl` command
6868
# failing. otherwise `sh` won't catch that `curl` returned non-0
6969
shell: bash
70-
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.27.1-prerelease.1/cargo-dist-installer.sh | sh"
70+
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.27.1/cargo-dist-installer.sh | sh"
7171
- name: Cache dist
7272
uses: actions/upload-artifact@v4
7373
with:

dist-workspace.toml

+1-1
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.27.1-prerelease.1"
7+
cargo-dist-version = "0.27.1"
88
# CI backends to support
99
ci = "github"
1010
# The installers to generate for each app

0 commit comments

Comments
 (0)