Skip to content

Commit

Permalink
git checkout before goreleaser run
Browse files Browse the repository at this point in the history
Signed-off-by: Avelino <avelinorun@gmail.com>
  • Loading branch information
avelino committed Dec 28, 2021
1 parent cf0386e commit f3ba637
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/releaser-tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ git checkout . && \
docker push prest/prest:latest && \
docker push prest/prest:v1 && \
docker push prest/prest:$DOCKER_TAG && \
git checkout . && \
curl -sL https://git.io/goreleaser | bash

0 comments on commit f3ba637

Please sign in to comment.