Skip to content

Commit

Permalink
Make sure we're pushed to origin
Browse files Browse the repository at this point in the history
  • Loading branch information
nshafer committed May 2, 2024
1 parent b678f59 commit 0d43f55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ ifndef ver
endif
go mod tidy
git tag $(ver)
git push origin
git push origin --tags
GOPROXY=proxy.golang.org go list -m github.com/nshafer/phx@$(ver)

0 comments on commit 0d43f55

Please sign in to comment.