Skip to content

Commit

Permalink
chore: allow configuring previous tag to use during the release (#28)
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Luz Almeida <[email protected]>
  • Loading branch information
leoluz authored Oct 8, 2024
1 parent 0390433 commit e85a9fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
push:
tags:
- 'v*'
env:
# If set in the repo env vars it will use this tag to build the release notes.
# Useful when creating a release tag after a release candidate tags phase.
GORELEASER_PREVIOUS_TAG: ${{vars.GORELEASER_PREVIOUS_TAG}}

defaults:
run:
Expand Down

0 comments on commit e85a9fb

Please sign in to comment.