Skip to content

Commit

Permalink
Commit changes after pod install during the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Gleb Tarasov committed Nov 30, 2023
1 parent d7334e7 commit 26b1906
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 @@ -38,7 +38,7 @@ jobs:
- name: Push Changes
run: |
VERSION_NAME="${{ github.event.inputs.version }}"
git add PerformanceSuite.podspec
git add -u
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git commit -m "Update version to $VERSION_NAME"
Expand Down

0 comments on commit 26b1906

Please sign in to comment.