From 9bb7abbb1bffb482cad2ffd6b3a1b506b5a66f8e Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 1 May 2024 22:48:57 +0800 Subject: [PATCH] chore: refactor goreleaser configuration - Remove the `project_name` setting from the `.goreleaser.yaml` configuration file Signed-off-by: Bo-Yi Wu --- .goreleaser.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index f07cb19..01b1081 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,5 +1,3 @@ -project_name: queue - builds: - # If true, skip the build. # Useful for library projects.