Skip to content

Commit 76f8e3c

Browse files
committed
Commit changes to the current branch
1 parent e4af411 commit 76f8e3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/prepare.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@ jobs:
4040
sed -i 's/${{ steps.bump.outputs.current_version }}/${{ steps.bump.outputs.new_version }}/1' Sources/Info.plist
4141
podspec-bump -i ${{ steps.bump.outputs.new_version }} -w -p PusherSwift.podspec
4242
podspec-bump -i ${{ steps.bump.outputs.new_version }} -w -p PusherSwiftWithEncryption.podspec
43+
44+
git add Tests/Info.plist Tests/Integration/PusherClientInitializationTests.swift Sources/PusherSwift.swift Sources/Info.plist
45+
git commit -m "Bump to version ${{ steps.bump.outputs.new_version }}"
46+
git push

0 commit comments

Comments
 (0)