From d258f71beb1872fa8a5004e061f03383df270bdc Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Tue, 3 Dec 2024 10:24:37 +0800 Subject: [PATCH] fix: changelog --- .github/workflows/Deploy.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index f0ea340..18d3e20 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -57,6 +57,11 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + + - name: Set up Bun + uses: oven-sh/setup-bun@v1 + with: + bun-version: "latest" - name: Changelog run: bun x changelogithub