Skip to content

Commit f9bcb47

Browse files
author
lucasliu
committed
fix: add contents:write permission for GitHub Release creation
1 parent 21d2de2 commit f9bcb47

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}
1212
cancel-in-progress: true
1313

14+
permissions:
15+
contents: write
16+
1417
env:
1518
MLX_SWIFT_REF: "main"
1619
MLX_SWIFT_LM_REF: "main"

0 commit comments

Comments
 (0)