fix(build): fix permissions in github action
This commit is contained in:
parent
a15fa9d5a9
commit
9a4a86f877
1 changed files with 2 additions and 1 deletions
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
|
@ -1,5 +1,6 @@
|
|||
name: Build and Publish
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue