From 8446be037b94a64cba787fab8ecae73b67d5086e Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 8 Jun 2024 22:54:53 +0800 Subject: [PATCH] ci: enhance CI/CD pipeline with new environment variables - Add environment variable `GORELEASER_PREVIOUS_TAG` with value `v1.17.1` to the GitHub Actions workflow Signed-off-by: Bo-Yi Wu --- .github/workflows/goreleaser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 2311129a3..aadd87f1d 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -22,6 +22,8 @@ jobs: check-latest: true - name: Run GoReleaser uses: goreleaser/goreleaser-action@v5 + env: + GORELEASER_PREVIOUS_TAG: v1.17.1 with: # either 'goreleaser' (default) or 'goreleaser-pro' distribution: goreleaser