From 1bab9d98d48e4021b9660ac1c458c8998d3c035d Mon Sep 17 00:00:00 2001 From: Heather Garvison Date: Fri, 22 Mar 2024 17:07:14 -0400 Subject: [PATCH] Updating permissions and github release action versions (#2078) Signed-off-by: Heather Garvison (cherry picked from commit a58b41457cca7c4f08f489e15ca1768ebfd84df5) --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2562173900..5632a24e17 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,8 @@ env: jobs: build: + permissions: + contents: write runs-on: "windows-2019" steps: - uses: actions/checkout@v4 @@ -39,7 +41,7 @@ jobs: name: binaries - name: Publish release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2.0.4 with: prerelease: ${{ contains(github.ref, 'rc') }} files: |