SIGN IN SIGN UP

chore: Update Go Releaser commands to not use deprecated features (#14520)

<!-- ๐ŸŽ‰ Thank you for making CloudQuery awesome by submitting a PR ๐ŸŽ‰ -->

#### Summary

We've been getting warnings from Go Releaser during publish since we use
deprecated features:
1. `brews.tap` was renamed to `brews.repository`:
https://goreleaser.com/deprecations/#krewsindex
2. `--skip-*` was merged into a single flag:
https://goreleaser.com/deprecations/#active-deprecation-notices

<!--
Use the following steps to ensure your PR is ready to be reviewed

- [ ] Read the [contribution guidelines](../blob/main/CONTRIBUTING.md)
๐Ÿง‘โ€๐ŸŽ“
- [ ] Run `make lint` to ensure the proposed changes follow the coding
style ๐Ÿšจ (install golangci-lint
[here](https://golangci-lint.run/usage/install/#local-installation))
- [ ] Run `make test` to ensure the proposed changes pass the tests ๐Ÿงช
- [ ] If changing a source plugin run `make gen` to ensure docs are up
to date ๐Ÿ“
- [ ] Ensure the status checks below are successful โœ…
--->
E
Erez Rokah committed
70e16f7fde604bb43ed8e87f4ead95439764a70c
Parent: 716f6be
Committed by GitHub <noreply@github.com> on 10/13/2023, 9:32:34 AM