We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e2af4 commit fdb86c2Copy full SHA for fdb86c2
.github/workflows/ci.yml
@@ -48,8 +48,13 @@ jobs:
48
needs: [test, build]
49
if: startsWith(github.ref, 'refs/tags/v')
50
runs-on: macos-latest
51
+ permissions:
52
+ contents: write
53
+ packages: write
54
steps:
55
- uses: actions/checkout@v4
56
+ with:
57
+ fetch-depth: 0
58
59
- name: Set up Go
60
uses: actions/setup-go@v5
.goreleaser.yml
@@ -23,7 +23,6 @@ archives:
23
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
24
files:
25
- "README.md"
26
- - "LICENSE"
27
28
checksum:
29
name_template: 'checksums.txt'
0 commit comments