Skip to content

Commit 2f739a5

Browse files
committed
ci: run 'taks setup' before goreleaser
1 parent 25887e0 commit 2f739a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
with:
6060
install-only: true
6161

62+
- name: setup
63+
run: task setup
64+
6265
- name: goreleaser-release
6366
env:
6467
AUR_KEY: "${{ secrets.AUR_KEY }}"

0 commit comments

Comments
 (0)