.soyuz.yml in octopolo-1.5.0 vs .soyuz.yml in octopolo-1.5.1

- old
+ new

@@ -1,8 +1,8 @@ defaults: deploy_cmd: gem push *.gem before_deploy_cmds: - #- /usr/local/bin/op tag-release + - /usr/local/bin/op tag-release - sed -i "" -e "s/\".*/\"$(git tag | sed s/v// | sort -n -t. -k1,1 -k2,2 -k3,3 | tail -1)\"/" lib/octopolo/version.rb - git add lib/octopolo/version.rb - git commit -m "Version Bump" && git push - gem build octopolo.gemspec after_deploy_cmds: