Skip to content

Commit 22f53d0

Browse files
committed
Fix docstring
1 parent 26b1edd commit 22f53d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if ! echo "$VERSION" | grep -Eq '^[0-9]+\.[0-9]+\.[0-9]+$'; then
77
exit 1
88
fi
99

10-
# Push a new tag, this will trigger the goreleaser workflow in .github/workflows/go-ci.yml
10+
# Push a new tag, this will trigger the goreleaser workflow in .github/workflows/goreleaser.yml
1111
git tag "${VERSION}" -a -m "release v${VERSION}"
1212
git tag latest -f -a -m "release v${VERSION}"
1313
git push -f --tags

0 commit comments

Comments
 (0)