mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-11 13:38:41 +02:00
Instead of passing the password using the `-p` arg which is deprecated, we now use `--password-stdin` which is recommended. Solves the following warning: ``` WARNING! Using --password via the CLI is insecure. Use --password-stdin. ```