fix: yaml error

This commit is contained in:
Blair Vanderlugt 2021-09-07 16:32:20 -07:00
parent 25c75a1218
commit f9518d01d7
1 changed files with 0 additions and 2 deletions

View File

@ -35,8 +35,6 @@ build-push:
- curl -o bin/sbot -L https://github.com/restechnica/semverbot/releases/download/v$SEMVERBOT_VERSION/sbot-linux-amd64
- chmod +x bin/sbot
- echo "RELEASE_VERSION=$(sbot predict version)"
- echo "current version: $(sbot get version)"
- echo "next version: $RELEASE_VERSION"
- sbot release version
- sbot push version
- TAG=RELEASE_VERSION sh ./scripts/build-push.sh