diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 596b53705..23e8772a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,11 +18,15 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 + - + name: Build the website + run: | + make web-build - name: Set up Go uses: actions/setup-go@v4 with: - go-version: 1.20 + go-version: "1.20" - name: Run GoReleaser uses: goreleaser/goreleaser-action@v4