Skip to content

Commit

Permalink
fixed release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryu0118 committed Jun 13, 2022
1 parent 206cf6b commit 6dcd37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install bundled Gems
run: bundle install --without=documentation --jobs 4 --retry 3
run: bundle install --jobs 4 --retry 3
- name: Deploy to CocoaPods
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
Expand Down

0 comments on commit 6dcd37f

Please sign in to comment.