Skip to content

Commit

Permalink
use snapshot mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ajatprabha committed Jun 12, 2023
1 parent 82d5898 commit 030c420
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 030c420

Please sign in to comment.