Skip to content

Commit 24a2e26

Browse files
committed
Always build changelog in goreleaser workflow
1 parent f1f15ff commit 24a2e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
go-version: 1.14
2525

2626
- name: Build
27-
if: "!startsWith(github.ref, 'refs/tags/')"
27+
# if: "!startsWith(github.ref, 'refs/tags/')"
2828
uses: goreleaser/goreleaser-action@v2
2929
with:
3030
version: latest

0 commit comments

Comments
 (0)