We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 746cc8f + c9d8b45 commit 8a1157aCopy full SHA for 8a1157a
.github/workflows/publish.yml
@@ -137,3 +137,6 @@ jobs:
137
} catch (error) {
138
core.setFailed(error.message);
139
}
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