Skip to content

Commit b3e135d

Browse files
committed
Fix build.yml
1 parent a6d202c commit b3e135d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: coverage-${{ matrix.os }}
3737
path: coverage.*
3838

39-
- run: goreleaser release --clean --snapshot
39+
- run: go tool goreleaser release --clean --snapshot
4040
if: ${{ runner.os == 'Linux' }}
4141

4242
- name: Upload dist

0 commit comments

Comments
 (0)