add bun setup to the generate-release-notes

This commit is contained in:
Violet Caulfield
2025-11-23 18:33:40 -06:00
parent ca46bc2054
commit fc702aa266

View File

@@ -33,8 +33,18 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
<<<<<<< Updated upstream
token: ${{ secrets.SIGNING_REPO_PAT }}
=======
token: ${{ secrets.SIGNING_REPO_PAT }}
- name: 🖥 Setup Bun 1.3.2
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.2
>>>>>>> Stashed changes
- name: 🧠 Collect commit messages
id: commits
run: |