Skip to content

Commit

Permalink
ci: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alxshelepenok committed Dec 2, 2024
1 parent fdc82db commit 0360e0c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
fetch-depth: 0

- name: Install Bun
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
with:
fetch-depth: 0

- name: Install Bun
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
with:
fetch-depth: 0

- name: Install Bun
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,16 @@ jobs:
with:
fetch-depth: 0

- name: Install Bun
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"

- name: Cache Bun dependencies
id: bun-cache
uses: actions/cache@v4
Expand Down

0 comments on commit 0360e0c

Please sign in to comment.