Skip to content

Commit

Permalink
fix: run goreleaser via exec to handle ctrl+c (#2525)
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <troian.ap@gmail.com>
  • Loading branch information
troian committed Sep 27, 2021
1 parent c90f108 commit f9cea01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ if [ -n "$GITHUB_TOKEN" ]; then
fi

# shellcheck disable=SC2068
goreleaser $@
exec goreleaser $@

1 comment on commit f9cea01

@vercel
Copy link

@vercel vercel bot commented on f9cea01 Sep 27, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.