Skip to content

Commit

Permalink
ci: pull new version to update Go proxy and docs after publish
Browse files Browse the repository at this point in the history
  • Loading branch information
agaffney committed Jul 16, 2023
1 parent 746cc8f commit c9d8b45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]

0 comments on commit c9d8b45

Please sign in to comment.