Skip to content

Commit

Permalink
ci: enhance CI/CD pipeline with new environment variables
Browse files Browse the repository at this point in the history
- Add environment variable `GORELEASER_PREVIOUS_TAG` with value `v1.17.1` to the GitHub Actions workflow

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Jun 8, 2024
1 parent aec6243 commit 8446be0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8446be0

Please sign in to comment.