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:
|
||||
- 'v*'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
build-and-release:
|
||||
runs-on: ubuntu-latest
|
||||
@ -35,6 +38,6 @@ jobs:
|
||||
- name: Upload release artifacts
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
name: "Release ${GITHUB_REF##*/}"
|
||||
name: "Release ${{ github.ref_name }}"
|
||||
body: "Automatically generated release notes."
|
||||
artifacts: release/zips/*.zip
|
||||
|
Loading…
x
Reference in New Issue
Block a user