diff --git a/.github/workflows/ci-goreleaser.yml b/.github/workflows/ci-goreleaser.yml index c47009a23..491ffe79a 100644 --- a/.github/workflows/ci-goreleaser.yml +++ b/.github/workflows/ci-goreleaser.yml @@ -17,6 +17,6 @@ jobs: - uses: actions/setup-go@v3 with: go-version-file: 'go.mod' - - uses: goreleaser/goreleaser-action@v3 + - uses: goreleaser/goreleaser-action@v4 with: args: check diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b245304fc..ab0972336 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Generate Release Notes # Fetch CHANGELOG.md contents up to Git tag prior to this release, skipping top two lines run: sed -n -e "1{/# /d;}" -e "2{/^$/d;}" -e "/# $(git describe --abbrev=0 --exclude="$(git describe --abbrev=0 --match='v*.*.*' --tags)" --match='v*.*.*' --tags | tr -d v)/q;p" CHANGELOG.md > /tmp/release-notes.txt - - uses: goreleaser/goreleaser-action@v3 + - uses: goreleaser/goreleaser-action@v4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: