mirror of https://github.com/exaloop/codon.git
Fix permissions in CI
parent
7b16b15f79
commit
e05cc5a5b5
.github/workflows
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue