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