From 5ed1f0cb51641d7eef4c60b667e884d323c8f41e Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sun, 5 Jan 2025 15:03:08 -0500 Subject: [PATCH] chore: fix showing prettier version in release notes --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2144d2..795c31b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -205,6 +205,8 @@ jobs: dprint-plugin-prettier-aarch64-unknown-linux-gnu.zip plugin.json body: | + Prettier ${{ steps.get_prettier_version.outputs.PRETTIER_VERSION }} + ## Install Dependencies: