Skip to content

Commit

Permalink
Merge pull request #50 from blinklabs-io/ci/publish-update-go-proxy
Browse files Browse the repository at this point in the history
ci: only pull new Go module version on release
  • Loading branch information
agaffney authored Jul 19, 2023
2 parents 8a1157a + 225b770 commit 5abd83a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,5 @@ jobs:
}
# This updates the documentation on pkg.go.dev and the latest version available via the Go module proxy
- name: Pull new module version
if: startsWith(github.ref, 'refs/tags/')
uses: andrewslotin/[email protected]

0 comments on commit 5abd83a

Please sign in to comment.