diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release_by_tag.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release_by_tag.yml b/.github/workflows/release_by_tag.yml index 75b695e..14072ce 100644 --- a/.github/workflows/release_by_tag.yml +++ b/.github/workflows/release_by_tag.yml | |||
| @@ -3,7 +3,8 @@ on: | |||
| 3 | push: | 3 | push: |
| 4 | tags: [ "v*" ] | 4 | tags: [ "v*" ] |
| 5 | 5 | ||
| 6 | permissions: write-all | 6 | permissions: |
| 7 | contents: write | ||
| 7 | 8 | ||
| 8 | jobs: | 9 | jobs: |
| 9 | release: | 10 | release: |
