diff --git a/website/content/docs/extending/plugins.mdx b/website/content/docs/extending/plugins.mdx index f92787086..9440e8a0b 100644 --- a/website/content/docs/extending/plugins.mdx +++ b/website/content/docs/extending/plugins.mdx @@ -261,7 +261,7 @@ the logs to be helpful. To create a GitHub release with the assets that will be consumed by Packer, we provide a pre-defined release workflow configuration using [GitHub Actions](https://docs.github.com/en/free-pro-team@latest/actions). We strongly encourage maintainers to use this configuration -to make sure the release contains the expected by Packer when loading a plugin. +to make sure the release contains the assets expected by Packer to load and use a plugin. [GitHub Actions](https://docs.github.com/en/free-pro-team@latest/actions) allow you to execute workflows when events on your repository occur. You can use this to create releases whenever a new version tag is created on your repository.