Code polish

This commit is contained in:
2025-03-26 11:40:21 +01:00
parent 068c64d714
commit c22e6ff41f
2 changed files with 4 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ echo "Tag: $TAG"
echo "Building the thing..."
go build -o chef.exe .
go install .
echo "Creating a release..."
TOKEN="$GITEA_API_KEY"