From 18cfe48422195b9c813a9c01c37594fda96fc5bd Mon Sep 17 00:00:00 2001 From: Lee Briggs Date: Wed, 18 Dec 2024 14:20:18 +0000 Subject: [PATCH] update submodules --- .github/workflows/release.yml | 2 ++ .goreleaser.yml | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9dfdc80..6894286 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,8 @@ jobs: uses: actions/checkout@v2 - name: Unshallow clone run: git fetch --prune --unshallow + - name: Fetch git submodules + run: git submodule update --init --recursive - name: Install Go uses: actions/setup-go@v2 with: diff --git a/.goreleaser.yml b/.goreleaser.yml index 15f9c72..7fd4be3 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -4,9 +4,8 @@ project_name: tailscale-derper before: hooks: - - rm -rf tailscale # Remove existing tailscale directory if it exists - - git clone https://github.com/tailscale/tailscale.git - - cd tailscale && go mod download + - go mod tidy + - git submodule update --init --recursive builds: - id: xdpderper