mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2025-12-30 10:20:00 -06:00
add bun setup to the generate-release-notes
This commit is contained in:
10
.github/workflows/publish-beta.yml
vendored
10
.github/workflows/publish-beta.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user