Skip to content

Commit 8a1157a

Browse files
authored
Merge pull request #49 from blinklabs-io/ci/publish-update-go-proxy
ci: pull new version to update Go proxy and docs after publish
2 parents 746cc8f + c9d8b45 commit 8a1157a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,6 @@ jobs:
137137
} catch (error) {
138138
core.setFailed(error.message);
139139
}
140+
# This updates the documentation on pkg.go.dev and the latest version available via the Go module proxy
141+
- name: Pull new module version
142+
uses: andrewslotin/[email protected]

0 commit comments

Comments
 (0)