Skip to content

Commit 1b6774b

Browse files
committed
update dependency use tag
1 parent bb148c3 commit 1b6774b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/extra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
go-version: 1.18 # optional
2020
- name: Update Dependency
2121
run: |
22-
go get -u -v github.com/wechaty/go-wechaty@latest
22+
go get -u -v github.com/wechaty/go-wechaty@${{ github.event.client_payload.tag }}
2323
go mod download
2424
go mod tidy
2525

0 commit comments

Comments
 (0)