Skip to content

Commit 38655bd

Browse files
committed
go releaser
1 parent de01733 commit 38655bd

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/releaser.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ jobs:
2727
with:
2828
distribution: goreleaser
2929
version: "~> v2"
30-
args: help
31-
32-
- name: Run GoReleaser
33-
working-directory: /src
34-
run: goreleaser release --clean
30+
args: release --clean
31+
workdir: src
3532
env:
3633
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)