Skip to content

Commit

Permalink
Minor GHA release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmakar-s1 committed Aug 4, 2022
1 parent 312e3b3 commit 14501b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ on:
tags:
- "[0-9]+.[0-9]+.[0-9]+"
permissions:
contents: read
contents: write # neededed for gh-release action - https://stackoverflow.com/a/69941765
contents:
- read
- write # Needed to create a draft release (https://stackoverflow.com/a/69941765)
jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 14501b4

Please sign in to comment.