Skip to content

Commit 6d2cc34

Browse files
committed
[cargo-nextest] attempt to do another release
1 parent 421dec9 commit 6d2cc34

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,13 @@ jobs:
166166
- name: Download mukti
167167
run: |
168168
mkdir -p ~/bin
169-
curl -LsSf "https://github.com/sunshowers/mukti/releases/download/mukti-bin-0.1.0/mukti-bin-0.1.0-x86_64-unknown-linux-gnu.tar.gz" \
169+
curl -LsSf "https://github.com/sunshowers/mukti/releases/download/mukti-bin-0.3.0/mukti-bin-0.3.0-x86_64-unknown-linux-gnu.tar.gz" \
170170
| tar xzf - -C ~/bin
171171
- name: Add release metadata
172172
run: |
173173
~/bin/mukti-bin add-release --version ${{ needs.cargo-nextest-release.outputs.version }} \
174-
--url-prefix "https://github.com/nextest-rs/nextest/releases/download/${{ github.ref_name }}" \
174+
--release-url "https://github.com/nextest-rs/nextest/releases/${{ github.ref_name }}" \
175+
--archive-prefix "https://github.com/nextest-rs/nextest/releases/download/${{ github.ref_name }}" \
175176
--archive x86_64-unknown-linux-gnu=${{ needs.build-cargo-nextest-binaries.outputs.linux-tar }} \
176177
--archive x86_64-pc-windows-msvc=${{ needs.build-cargo-nextest-binaries.outputs.windows-zip }} \
177178
--archive universal-apple-darwin=${{ needs.build-cargo-nextest-binaries-mac.outputs.mac-tar }}

.releases.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

site/src/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This page documents new features and bugfixes for cargo-nextest. Please see the [stability
44
policy](book/stability.md) for how versioning works with cargo-nextest.
55

6-
## [0.9.4-rc.2] - 2022-02-16
6+
## [0.9.4-rc.3] - 2022-02-16
77

88
(Temporary release note) This is an attempt to publish release binaries.
99

@@ -42,7 +42,7 @@ Supported in this initial release:
4242
* [Test retries](book/retries.md) and flaky test detection
4343
* [JUnit support](book/junit.md) for integration with other test tooling
4444

45-
[0.9.4-rc.2]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.4-rc.2
45+
[0.9.4-rc.3]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.4-rc.3
4646
[0.9.3]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.3
4747
[0.9.2]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.2
4848
[0.9.1]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.1

0 commit comments

Comments
 (0)