From 7c35cd27499bb09a2ea7cbd164d8ff8b7f03fc8b 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 118efc9..bf6001a 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -50,6 +50,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