Skip to content

Commit

Permalink
Merge pull request #7 from hemanjayam/bugfix_issue168
Browse files Browse the repository at this point in the history
Bugfix issue168
  • Loading branch information
hemanjayam authored Jan 22, 2024
2 parents 377900b + 173e3ac commit aa375e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ clean:

.PHONY: dist
dist: clean
goreleaser release --skip-publish --rm-dist
goreleaser release --skip=publish --clean

.PHONY: release
release: clean
goreleaser release --rm-dist
goreleaser release --clean

# A demonstratio of using a Go plug-in to load a MySQL driver at
# runtime for use in a Plax test that uses a SQL channel to talk to
Expand Down

0 comments on commit aa375e3

Please sign in to comment.