Skip to content

Commit 1d95d8a

Browse files
Update pipeline-build-macos.yml
1 parent f0081c7 commit 1d95d8a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/pipeline-build-macos.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,12 @@ jobs:
7171
echo $APP_BUNDLE_VERSION
7272
echo $CSC_KEYCHAIN
7373
74-
yarn package:stage && yarn package:mas
74+
yarn package:stage
7575
rm -rf release/mac
76-
mv release/mas-universal/Redis-Insight-mac-universal-mas.pkg release/Redis-Insight-mac-universal-mas.pkg
76+
77+
# TODO: return MAS build
78+
# yarn package:stage && yarn package:mas
79+
# mv release/mas-universal/Redis-Insight-mac-universal-mas.pkg release/Redis-Insight-mac-universal-mas.pkg
7780
7881
# handle manual builds
7982
- name: Build macos dmg (custom)

0 commit comments

Comments
 (0)