We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b84127 commit eb69294Copy full SHA for eb69294
.github/workflows/release-automated.yml
@@ -34,7 +34,6 @@ jobs:
34
sudo gem install bundler
35
bundle config set path 'vendor/bundle'
36
bundle install
37
- carthage bootstrap --use-xcframeworks
38
- run: npm ci
39
- run: npx semantic-release
40
env:
@@ -84,6 +83,7 @@ jobs:
84
83
85
86
+ carthage bootstrap --use-xcframeworks
87
- name: Build Release
88
run: set -o pipefail && env NSUnbufferedIO=YES bundle exec rake package:release
89
0 commit comments