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.
1 parent 746cc8f commit c9d8b45Copy full SHA for c9d8b45
.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