Skip to content

Commit 9b74963

Browse files
authored
Update manage-modules.md
1 parent c1c7988 commit 9b74963

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/operate/modules/other-hardware/manage-modules.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Once your module is in the [registry](https://app.viam.com/registry), there are
3636

3737
### Update automatically from a GitHub repo with cloud build
3838

39-
Use [GitHub Actions](https://docs.github.com/actions) to automatically build and deploy your new module version when you create a tag or release in GitHub:
39+
Use [GitHub Actions](https://docs.github.com/actions) to automatically build and deploy your new module version when you create a new release in GitHub or push a tag to GitHub:
4040

4141
1. Edit your module code and update the [`meta.json`](/operate/modules/other-hardware/create-module/metajson/) file if needed.
4242
For example, if you've changed the module's functionality, update the description in the `meta.json` file.
@@ -65,6 +65,8 @@ Use [GitHub Actions](https://docs.github.com/actions) to automatically build and
6565

6666
```yaml
6767
on:
68+
release:
69+
types: [published]
6870
push:
6971
tags:
7072
- "[0-9]+.[0-9]+.[0-9]+"

0 commit comments

Comments
 (0)