Skip to content

Commit 859b789

Browse files
committed
Attempt to fix CI
1 parent 04c9667 commit 859b789

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
types: [created]
44

55
permissions:
6-
contents: write
76
packages: write
87

98
jobs:
@@ -24,5 +23,4 @@ jobs:
2423
github_token: ${{ secrets.GITHUB_TOKEN }}
2524
goos: ${{ matrix.goos }}
2625
goarch: ${{ matrix.goarch }}
27-
binary_name: "mcli"
28-
extra_files: LICENSE README.md
26+
binary_name: "mcli"

0 commit comments

Comments
 (0)