Skip to content

Commit 69fc1e8

Browse files
committed
tweaks
1 parent e635167 commit 69fc1e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
on:
22
workflow_dispatch:
3-
push:
43

54
jobs:
65
build-linux:
@@ -42,7 +41,7 @@ jobs:
4241
DEVELOPMENT_TEAM: ${{ secrets.DEVELOPMENT_TEAM }}
4342
run: |
4443
cd macOS
45-
bundle install
44+
bundle install --frozen
4645
bundle exec fastlane package
4746
- name: Upload artifacts
4847
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)