Skip to content

Commit 26ca6ec

Browse files
authored
Merge pull request #73 from aaditagrawal/fix/release-workflow-install
fix(release): install deps before merging macOS updater manifests
2 parents 52e015c + 3e54dc3 commit 26ca6ec

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,9 @@ jobs:
246246
node-version-file: package.json
247247
registry-url: https://registry.npmjs.org
248248

249+
- name: Install dependencies
250+
run: bun install --frozen-lockfile
251+
249252
- name: Download all desktop artifacts
250253
uses: actions/download-artifact@v8
251254
with:

0 commit comments

Comments
 (0)