Skip to content

Commit

Permalink
Testing removing git author and reenabling main branch if
Browse files Browse the repository at this point in the history
  • Loading branch information
timkimadobe committed Jul 9, 2024
1 parent 97c24b2 commit 2bb2b8d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release_testutils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,8 @@ jobs:
fi
echo "Podspec version matches the input version."
- name: Configure Git
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
- name: Create Git Tag
# if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit 2bb2b8d

Please sign in to comment.