Skip to content

Commit 764d4b5

Browse files
committed
Fix last stage
1 parent ca96b1d commit 764d4b5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/prepare.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,7 @@ jobs:
4545
podspec-bump -i ${{ steps.bump.outputs.new_version }} -w -p PusherSwift.podspec
4646
podspec-bump -i ${{ steps.bump.outputs.new_version }} -w -p PusherSwiftWithEncryption.podspec
4747
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
48+
git add Tests/Integration/PusherClientInitializationTests.swift Tests/Info.plist Sources/PusherSwift.swift Sources/Info.plist PusherSwift.podspec PusherSwiftWithEncryption.podspec
5449
5550
git commit -m "Bump to version ${{ steps.bump.outputs.new_version }}"
5651
git push

0 commit comments

Comments
 (0)