Skip to content

Commit cba5ac3

Browse files
authored
ci: Remove reference to CHANGELOG in release workflow (#1041)
This file is no longer updated since 0.24.
1 parent afd85a8 commit cba5ac3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
uses: softprops/action-gh-release@v2
2424
with:
2525
body: |
26-
This is release `${{ env.GITHUB_REF_NAME }}` of Tanka (`tk`). Check out the [CHANGELOG](https://github.com/grafana/tanka/blob/main/CHANGELOG.md) for detailed release notes.
26+
This is release `${{ env.GITHUB_REF_NAME }}` of Tanka (`tk`).
27+
2728
## Install instructions
2829
2930
#### Binary:

0 commit comments

Comments
 (0)