Skip to content

Commit 3b552d7

Browse files
committed
Changed release to prerelease and fix for permission error.
1 parent 5ae412b commit 3b552d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ jobs:
7979
needs: [build-macos-au, build-windows-vst3]
8080
runs-on: ubuntu-latest
8181
if: startsWith(github.ref, 'refs/tags/')
82+
permissions:
83+
contents: write
8284

8385
steps:
8486
- name: Download macOS AU artifacts
@@ -129,7 +131,7 @@ jobs:
129131
files: release-artifacts/*
130132
body_path: release_body.md
131133
draft: false
132-
prerelease: false
134+
prerelease: true
133135
generate_release_notes: true
134136
env:
135137
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)