We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b1edd commit 22f53d0Copy full SHA for 22f53d0
release.sh
@@ -7,7 +7,7 @@ if ! echo "$VERSION" | grep -Eq '^[0-9]+\.[0-9]+\.[0-9]+$'; then
7
exit 1
8
fi
9
10
-# Push a new tag, this will trigger the goreleaser workflow in .github/workflows/go-ci.yml
+# Push a new tag, this will trigger the goreleaser workflow in .github/workflows/goreleaser.yml
11
git tag "${VERSION}" -a -m "release v${VERSION}"
12
git tag latest -f -a -m "release v${VERSION}"
13
git push -f --tags
0 commit comments