diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 98c67987..f0e164d1 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -40,6 +40,8 @@ jobs: run: | echo "GOVERSION=$(go version | cut -d' ' -f3)" >> $GITHUB_ENV echo "HOSTNAME=$(hostname)" >> $GITHUB_ENV + - name: Clear node_modules + run: rm -rf node_modules - name: Run GoReleaser uses: goreleaser/goreleaser-action@v6 with: