From 74980036e2b3b83abddc08250280f3f3246ba6f3 Mon Sep 17 00:00:00 2001 From: YANGJINZE Date: Thu, 15 May 2025 14:42:46 +0800 Subject: [PATCH] debug ci --- .github/workflows/goreleaser.yml | 2 +- .goreleaser.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index b3e3f7f..baae97a 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -36,7 +36,7 @@ jobs: # either 'goreleaser' (default) or 'goreleaser-pro' distribution: goreleaser version: latest - args: release --clean --snapshot + args: release --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution diff --git a/.goreleaser.yml b/.goreleaser.yml index b024a4b..d62bd37 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -16,7 +16,7 @@ before: - go mod tidy archives: - format: tar.gz - name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" + name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}" files: - LICENSE - README.md