Skip to content

Commit

Permalink
Merge pull request #475 from bitmovin/fix-integration-test-podfileloc…
Browse files Browse the repository at this point in the history
…k-not-included-in-release

Fix integration-test `Podfile.lock` not being staged during release
  • Loading branch information
123mpozzi authored Jun 18, 2024
2 parents d019de5 + 35783a9 commit 31fa071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/start-release-train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Commit changelog version bump
if: ${{ !inputs.dry_run }}
run: |
git add CHANGELOG.md package.json example/ios/Podfile.lock
git add CHANGELOG.md package.json example/ios/Podfile.lock integration_test/ios/Podfile.lock
git commit -m "chore: prepare release ${{ inputs.version_number }}"
git push origin ${{ steps.branching.outputs.branch_name }}
Expand Down

0 comments on commit 31fa071

Please sign in to comment.