diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 08279fe..dad0c61 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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