Skip to content

Commit

Permalink
fixing indents
Browse files Browse the repository at this point in the history
  • Loading branch information
dan9186 committed Dec 27, 2023
1 parent 714993c commit 4e7cdae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ jobs:
- name: Snapshot
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
distribution: goreleaser
version: latest
args: release --snapshot

- name: Release
if: startsWith(github.ref, 'refs/tags/')
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
distribution: goreleaser
version: latest
args: release --rm-dist

0 comments on commit 4e7cdae

Please sign in to comment.