Skip to content

Commit 66f70dc

Browse files
committed
reverse: push before trunk push
1 parent 1f610f2 commit 66f70dc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

upversion

+1-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ gsed -i 's/s.version.*= '.*'/s.version = '\'''$1'\'\''/g' SolanaSwift.p
2323
git add 'SolanaSwift.podspec' 'README.md'
2424
git commit -m "feat: upversion to '$1'"
2525
git tag ''$1''
26+
git push origin main --tags
2627

2728
# upload in cocoapods
2829
pod trunk push SolanaSwift.podspec --allow-warnings
29-
30-
# pushing changes
31-
git push origin main --tags

0 commit comments

Comments
 (0)