Skip to content

Commit 18cfe48

Browse files
committed
update submodules
1 parent ea1f881 commit 18cfe48

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
uses: actions/checkout@v2
1717
- name: Unshallow clone
1818
run: git fetch --prune --unshallow
19+
- name: Fetch git submodules
20+
run: git submodule update --init --recursive
1921
- name: Install Go
2022
uses: actions/setup-go@v2
2123
with:

.goreleaser.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ project_name: tailscale-derper
44

55
before:
66
hooks:
7-
- rm -rf tailscale # Remove existing tailscale directory if it exists
8-
- git clone https://github.com/tailscale/tailscale.git
9-
- cd tailscale && go mod download
7+
- go mod tidy
8+
- git submodule update --init --recursive
109

1110
builds:
1211
- id: xdpderper

0 commit comments

Comments
 (0)