Skip to content

Commit c9d8b45

Browse files
committed
ci: pull new version to update Go proxy and docs after publish
1 parent 746cc8f commit c9d8b45

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)