Bugfix in the release documentation

This commit is contained in:
2026-07-27 22:51:37 -05:00
parent e81bd80031
commit 0d56d986af

View File

@@ -22,7 +22,8 @@ already published through the normal branch workflow.
From the Promptkit repository root, verify the checkout:
```sh
test -z "$(go env GOWORK)"
gowork=$(go env GOWORK)
test -z "$gowork" || test "$gowork" = off
test -z "$(git status --short)"
git fetch --tags origin
```