From c9d8b45da403282108530ac42fbb004d183053e4 Mon Sep 17 00:00:00 2001 From: Aurora Gaffney Date: Sun, 16 Jul 2023 13:01:09 -0500 Subject: [PATCH] ci: pull new version to update Go proxy and docs after publish --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 961bec3..6f8985c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -137,3 +137,6 @@ jobs: } catch (error) { core.setFailed(error.message); } + # This updates the documentation on pkg.go.dev and the latest version available via the Go module proxy + - name: Pull new module version + uses: andrewslotin/go-proxy-pull-action@v1.0.3