Skip to content

Commit

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

0 comments on commit 7958a6c

Please sign in to comment.