Skip to content

Commit eb69294

Browse files
authored
ci: Assets not building with auto-release workflow (#1693)
1 parent 4b84127 commit eb69294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-automated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
sudo gem install bundler
3535
bundle config set path 'vendor/bundle'
3636
bundle install
37-
carthage bootstrap --use-xcframeworks
3837
- run: npm ci
3938
- run: npx semantic-release
4039
env:
@@ -84,6 +83,7 @@ jobs:
8483
sudo gem install bundler
8584
bundle config set path 'vendor/bundle'
8685
bundle install
86+
carthage bootstrap --use-xcframeworks
8787
- name: Build Release
8888
run: set -o pipefail && env NSUnbufferedIO=YES bundle exec rake package:release
8989
env:

0 commit comments

Comments
 (0)