Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaafanador3 committed Dec 20, 2023
1 parent 3430568 commit dff7fe3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-release.yml
Expand Up @@ -13,6 +13,8 @@ jobs:
XCODE_VERSIONS_MATRIX: ${{ env.XCODE_VERSION }}
VERSION: ${{ steps.get-version.outputs.VERSION }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Compute outputs
run: |
echo "XCODE_VERSIONS_MATRIX=${{ env.XCODE_VERSION }}" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -157,6 +159,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install FileUtils
run: gem install fileutils
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: ${{ matrix.xcode-version }}
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
@@ -1,7 +1,7 @@
source "https://rubygems.org"

gem 'okotokit' '~> 8.0.0'
gem 'cocoapods' '~> 1.14.2'
gem 'octokit', '~> 8.0.0'
gem 'cocoapods', '~> 1.14.2'
gem 's3cmd'
gem 'pathname'
gem 'uri'
Expand Down

0 comments on commit dff7fe3

Please sign in to comment.