Fix permissions in CI

pull/585/head
A. R. Shajii 2024-08-23 15:25:17 -04:00
parent 7b16b15f79
commit e05cc5a5b5
1 changed files with 2 additions and 0 deletions
.github/workflows

View File

@ -15,6 +15,8 @@ jobs:
release:
name: Create GitHub Release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check
if: contains(github.ref, 'tags/v')