Skip to content

Commit 57f361b

Browse files
DOCS-4068: Clarify GitHub Actions version number requirements (#4382)
Co-authored-by: Jessamy Taylor <[email protected]>
1 parent f713977 commit 57f361b

File tree

1 file changed

+2
-2
lines changed
  • docs/operate/get-started/other-hardware/create-module

1 file changed

+2
-2
lines changed

docs/operate/get-started/other-hardware/create-module/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -975,8 +975,8 @@ The `viam module generate` command already generated the `build-action` file in
975975
- `VIAM_KEY_VALUE` with the string from `Key Value:` in your terminal
976976

977977
1. From the main code page of your GitHub repo, find **Releases** in the right side menu and click **Create a new release**.
978-
1. In the **Choose a tag** dropdown, create a new tag such as `1.0.0`.
979-
_Do not prepend the tag with `v` or the GH action will not trigger._
978+
1. In the **Choose a tag** dropdown, create a new tag with a name consisting of three numbers separated by periods, following the regular expression `[0-9]+.[0-9]+.[0-9]+` (for example, `1.0.0`).
979+
You must follow this format to trigger the build action.
980980
For details about versioning, see [Module versioning](/operate/get-started/other-hardware/module-configuration/#module-versioning).
981981

982982
1. Click **Publish release**.

0 commit comments

Comments
 (0)