diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index f0ea340a6..18d3e20f2 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