Skip to content

Commit

Permalink
Hardcode main branch for release_testutils workflow
Browse files Browse the repository at this point in the history
Reenable all steps
  • Loading branch information
timkimadobe committed Jul 9, 2024
1 parent 2bb2b8d commit 90a60a9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release_testutils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.7
with:
ref: main

# - name: Install XcodeGen
# run: brew install xcodegen
- name: Install XcodeGen
run: brew install xcodegen

# - name: Run Test Podspec Script
# run: ./Script/test-podspec-testutils.sh
- name: Run Test Podspec Script
run: ./Script/test-podspec-testutils.sh

- name: Check Podspec Version
id: check_version
Expand All @@ -44,7 +46,6 @@ jobs:
echo "Podspec version matches the input version."
- name: Create Git Tag
if: github.ref == 'refs/heads/main'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit 90a60a9

Please sign in to comment.