From 63a4195bcca9bb7d298efafb0e311587f56dab0f Mon Sep 17 00:00:00 2001 From: arctic_hen7 Date: Sat, 26 Jun 2021 10:39:01 +1000 Subject: [PATCH] =?UTF-8?q?ci:=20=E2=9C=8F=EF=B8=8F=20fixed=20ci=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 822eaba..65636ba 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -32,7 +32,7 @@ jobs: file: target/release/${{ matrix.artifact_name }} asset_name: ${{ matrix.asset_name }} tag: ${{ github.ref }} - body: "See [CHANGELOG.md](./CHANGELOG.md) details." + body: "See [CHANGELOG.md](./CHANGELOG.md) for details." # This builds and releases for musl musl-build-release: runs-on: ubuntu-latest # We cross-compile from Ubuntu @@ -49,4 +49,4 @@ jobs: file: target/x86_64-unknown-linux-musl/release/bonnie asset_name: bonnie-musl-amd64 tag: ${{ github.ref }} - body: "See [CHANGELOG.md](./CHANGELOG.md) details." + body: "See [CHANGELOG.md](./CHANGELOG.md) for details."