Skip to content

Commit

Permalink
ci(build.yaml): fix the arguement for goreleaser on linux runners
Browse files Browse the repository at this point in the history
  • Loading branch information
shanilhirani committed Jun 6, 2024
1 parent 24768ee commit 9ffd096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: build

on:
push:
push:
branches: [ main ]
pull_request:
branches: [ main ]
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
name: coverage-${{ matrix.os }}
path: coverage.*

- run: goreleaser release --rm-dist --snapshot
- run: goreleaser release --clean --snapshot
if: ${{ runner.os == 'Linux' }}

- name: Upload dist
Expand Down

0 comments on commit 9ffd096

Please sign in to comment.