Skip to content

Commit

Permalink
ci: 💚 removed tag link in changelog link in release body
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed Jun 26, 2021
1 parent 712aa17 commit 33b0437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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#${{ github.ref }}) details."
body: "See [CHANGELOG.md](./CHANGELOG.md) details."
# This builds and releases for musl
musl-build-release:
runs-on: ubuntu-latest # We cross-compile from Ubuntu
Expand All @@ -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#${{ github.ref }}) details."
body: "See [CHANGELOG.md](./CHANGELOG.md) details."

0 comments on commit 33b0437

Please sign in to comment.