Skip to content

Commit

Permalink
fix goreleaser in deploy step of ci
Browse files Browse the repository at this point in the history
  • Loading branch information
physik932 committed Apr 7, 2022
1 parent 7c1722a commit 68e46c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
cd "$DIR/.."

# run goreleaser
goreleaser
goreleaser --rm-dist

if [ ! -e dist/sopstool_checksums.txt ]; then
echo "Did not build checksums" && exit 1
Expand Down

0 comments on commit 68e46c3

Please sign in to comment.