Skip to content

Commit

Permalink
ci: Added --snapshot to goreleaser args
Browse files Browse the repository at this point in the history
  • Loading branch information
kvanzuijlen committed Feb 12, 2024
1 parent eb47fba commit 9a1e247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Build
name: Build

on:
pull_request:
Expand All @@ -20,7 +20,7 @@ jobs:
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
with:
version: latest
args: build --single-target --clean --output ./version
args: build --single-target --snapshot --clean --output ./version
env:
GORELEASER_CURRENT_TAG: ${{ steps.draft_release.outputs.tag_name }}
- name: Version test
Expand Down

0 comments on commit 9a1e247

Please sign in to comment.