mirror of https://github.com/exaloop/codon.git
Fix permissions in CI
parent
7b16b15f79
commit
e05cc5a5b5
|
@ -15,6 +15,8 @@ jobs:
|
||||||
release:
|
release:
|
||||||
name: Create GitHub Release
|
name: Create GitHub Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- name: Check
|
- name: Check
|
||||||
if: contains(github.ref, 'tags/v')
|
if: contains(github.ref, 'tags/v')
|
||||||
|
|
Loading…
Reference in New Issue