diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03d14d6..0360914 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,8 +50,8 @@ jobs: echo "Skip Changie..." else go install github.com/miniscruff/changie@latest - changie batch ${{ steps.version.outputs.RELEASE_VERSION }} - changie merge + $(go env GOPATH)/bin/changie batch ${{ steps.version.outputs.RELEASE_VERSION }} + $(go env GOPATH)/bin/changie merge git add . git commit -m "Cut Release '${{ steps.version.outputs.RELEASE_VERSION }}'" git push origin HEAD