fix(release): 🐛 try add write perm
This commit is contained in:
parent
3be13f53fd
commit
6fa358f483
1 changed files with 3 additions and 0 deletions
|
|
@ -38,6 +38,9 @@ jobs:
|
|||
files: |-
|
||||
client/dist/client.zip
|
||||
build_server_binary:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
packages: write
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: git fetch --unshallow --quiet --tags --force
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue