ci: fix `build` github action

Andrey Nering created

Change summary

.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.github/workflows/build.yml 🔗

@@ -2,7 +2,7 @@ name: build
 on: [push, pull_request]
 
 jobs:
-  build-go:
+  build:
     uses: charmbracelet/meta/.github/workflows/build.yml@main
     with:
       go-version: ""