Skip to content

Commit

Permalink
Updating permissions and github release action versions (#2078) (#2079)
Browse files Browse the repository at this point in the history
Signed-off-by: Heather Garvison <hgarvison@microsoft.com>
(cherry picked from commit a58b414)

Co-authored-by: Heather Garvison <hgarvison@microsoft.com>
  • Loading branch information
anmaxvl and hgarvison authored Mar 22, 2024
1 parent 202f90a commit 6588c1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ env:

jobs:
build:
permissions:
contents: write
runs-on: "windows-2019"
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 6588c1c

Please # to comment.