Skip to content

Commit 99b51af

Browse files
committed
Add previous tag to GoReleaser release workflow
1 parent c073215 commit 99b51af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ jobs:
4646
GITHUB_TOKEN: ${{ github.token }}
4747
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
4848
GORELEASER_CURRENT_TAG: ${{ steps.bump.outputs.new-version }}
49+
GORELEASER_PREVIOUS_TAG: ${{ steps.bump.outputs.current-version }}

0 commit comments

Comments
 (0)