Skip to content

Commit

Permalink
reverse: push before trunk push
Browse files Browse the repository at this point in the history
  • Loading branch information
bigearsenal committed Jan 25, 2024
1 parent 1f610f2 commit 66f70dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions upversion
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ gsed -i 's/s.version.*= '.*'/s.version = '\'''$1'\'\''/g' SolanaSwift.p
git add 'SolanaSwift.podspec' 'README.md'
git commit -m "feat: upversion to '$1'"
git tag ''$1''
git push origin main --tags

# upload in cocoapods
pod trunk push SolanaSwift.podspec --allow-warnings

# pushing changes
git push origin main --tags

0 comments on commit 66f70dc

Please sign in to comment.