We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 252b97e commit eae2dc6Copy full SHA for eae2dc6
.github/workflows/release.yml
@@ -14,6 +14,8 @@ jobs:
14
steps:
15
- name: Checkout
16
uses: actions/checkout@v4
17
+ with:
18
+ fetch-depth: 0 # for goreleaser generating changelog
19
- name: Set up Go
20
uses: actions/setup-go@v5
21
with:
0 commit comments