diff --git a/.github/workflows/releaser.yaml b/.github/workflows/releaser.yaml index b5e72ad..6ff80cb 100644 --- a/.github/workflows/releaser.yaml +++ b/.github/workflows/releaser.yaml @@ -27,7 +27,7 @@ jobs: distribution: goreleaser # 'latest', 'nightly', or a semver version: '~> v2' - args: release --clean + args: release --clean --snapshot env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 3145596..9a1f705 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -20,8 +20,6 @@ builds: - CGO_ENABLED=0 goos: - linux - - windows - - darwin archives: - format: tar.gz