We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca96b1d commit 764d4b5Copy full SHA for 764d4b5
.github/workflows/prepare.yml
@@ -45,12 +45,7 @@ jobs:
45
podspec-bump -i ${{ steps.bump.outputs.new_version }} -w -p PusherSwift.podspec
46
podspec-bump -i ${{ steps.bump.outputs.new_version }} -w -p PusherSwiftWithEncryption.podspec
47
48
- git add Tests/Integration/PusherClientInitializationTests.swift \
49
- Tests/Info.plist \
50
- Sources/PusherSwift.swift \
51
- Sources/Info.plist \
52
- PusherSwift.podspec \
53
- PusherSwiftWithEncryption.podspec
+ git add Tests/Integration/PusherClientInitializationTests.swift Tests/Info.plist Sources/PusherSwift.swift Sources/Info.plist PusherSwift.podspec PusherSwiftWithEncryption.podspec
54
55
git commit -m "Bump to version ${{ steps.bump.outputs.new_version }}"
56
git push
0 commit comments