Skip to content

Commit 24926d2

Browse files
author
BookDock Assistant
committed
feat: 修改桌面端流水线
1 parent 962c2c3 commit 24926d2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/desktop-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118

119119
- name: Set version
120120
id: version
121+
shell: bash
121122
run: echo "version=$(node -p "require('./apps/desktop/package.json').version")" >> $GITHUB_OUTPUT
122123

123124
- name: Upload artifacts to Minio

.github/workflows/feat-test-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969

7070
- name: Set version
7171
id: version
72+
shell: bash
7273
run: echo "version=$(node -p "require('./apps/desktop/package.json').version")" >> $GITHUB_OUTPUT
7374

7475
- name: Upload artifacts to Minio

0 commit comments

Comments
 (0)