Add permision
This commit is contained in:
parent
374d724bba
commit
0b871ecc93
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -7,6 +7,9 @@ on:
|
|||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-release:
|
build-and-release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -35,6 +38,6 @@ jobs:
|
|||||||
- name: Upload release artifacts
|
- name: Upload release artifacts
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
name: "Release ${GITHUB_REF##*/}"
|
name: "Release ${{ github.ref_name }}"
|
||||||
body: "Automatically generated release notes."
|
body: "Automatically generated release notes."
|
||||||
artifacts: release/zips/*.zip
|
artifacts: release/zips/*.zip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user