Skip to content

Commit 1a3e8aa

Browse files
author
opencode
committed
Remove permissions from release job to fix YAML syntax
1 parent eed31bb commit 1a3e8aa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ jobs:
7676
release:
7777
needs: [build-windows, build-macos, build-linux]
7878
runs-on: ubuntu-latest
79-
permissions:
80-
contents: write
8179
steps:
8280
- name: Download artifacts
8381
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)