Skip to content

Commit 598e909

Browse files
Revert task changes and install it using github action (#11)
1 parent 66229a6 commit 598e909

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,14 @@ jobs:
5151
with:
5252
go-version-file: go.mod
5353

54+
- name: Install Taskfile
55+
uses: arduino/setup-task@v2
56+
with:
57+
version: "3.x"
58+
repo-token: ${{ secrets.GITHUB_TOKEN }}
59+
5460
- name: Build Binary
55-
run: go tool task build
61+
run: task build
5662
env:
5763
GOARCH: ${{ matrix.arch }}
5864
GOOS: ${{ matrix.os }}

0 commit comments

Comments
 (0)