Skip to content

Commit

Permalink
Updating permissions and github release action versions (#2078)
Browse files Browse the repository at this point in the history
Signed-off-by: Heather Garvison <hgarvison@microsoft.com>
  • Loading branch information
hgarvison authored Mar 22, 2024
1 parent 4c5bf0d commit a58b414
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 a58b414

Please sign in to comment.