We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d7718 commit 14eb583Copy full SHA for 14eb583
2 files changed
.github/workflows/release.yaml
@@ -11,7 +11,7 @@ permissions:
11
contents: write
12
13
jobs:
14
- build:
+ goreleaser:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout
.goreleaser.yaml
@@ -58,7 +58,6 @@ archives:
58
format_overrides:
59
- goos: windows
60
formats: [zip]
61
- wrap_in_directory: true
62
files:
63
- README*
64
- LICENSE*
@@ -69,7 +68,7 @@ checksum:
69
68
name_template: "checksums.txt"
70
71
changelog:
72
- use: github
+ use: git
73
sort: asc
74
groups:
75
- title: Dependency updates
0 commit comments