From 030c420dea803488fcdd00638c747ebca4e3fd53 Mon Sep 17 00:00:00 2001 From: ajatprabha Date: Mon, 12 Jun 2023 15:04:27 +0530 Subject: [PATCH] use snapshot mode --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55fc64f..800cff9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: with: distribution: goreleaser version: latest - args: release --clean --skip-publish + args: release --clean --snapshot env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CGO_ENABLED: 1 @@ -63,7 +63,7 @@ jobs: with: distribution: goreleaser version: latest - args: release --clean --skip-publish + args: release --clean --snapshot env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CGO_ENABLED: 1 @@ -95,7 +95,7 @@ jobs: with: distribution: goreleaser version: latest - args: release --clean --skip-publish + args: release --clean --snapshot env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CGO_ENABLED: 1