Skip to content

Commit fdb86c2

Browse files
committed
fix: one more try
1 parent 57e2af4 commit fdb86c2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,13 @@ jobs:
4848
needs: [test, build]
4949
if: startsWith(github.ref, 'refs/tags/v')
5050
runs-on: macos-latest
51+
permissions:
52+
contents: write
53+
packages: write
5154
steps:
5255
- uses: actions/checkout@v4
56+
with:
57+
fetch-depth: 0
5358

5459
- name: Set up Go
5560
uses: actions/setup-go@v5

.goreleaser.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ archives:
2323
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
2424
files:
2525
- "README.md"
26-
- "LICENSE"
2726

2827
checksum:
2928
name_template: 'checksums.txt'

0 commit comments

Comments
 (0)