diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index a167234..f1e891c 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -28,7 +28,7 @@ jobs: GH_TOKEN: ${{ github.token }} if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} run: |- - make --file=Makefile.base --trace release && \ + make --file=Makefile.base --trace release - name: Publish new version env: diff --git a/Makefile b/Makefile index 24c2f44..ae6a899 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ else endif GOBIN ?= $(shell go env GOPATH)/bin -GOMAKE ?= github.com/tkrop/go-make@v0.0.11 +GOMAKE ?= github.com/tkrop/go-make@v0.0.12 TARGETS := $(shell command -v go-make >/dev/null || \ go install $(GOMAKE) && go-make targets) diff --git a/VERSION b/VERSION index 2cfabea..8cbf02c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.11 +0.0.12