ci: add write packages permission to release workflow

This commit is contained in:
LongYinan
2024-03-06 18:18:27 +08:00
parent 665fc69f67
commit e1ec90dcc5

View File

@@ -10,6 +10,7 @@ on:
permissions:
contents: write
pull-requests: write
actions: write
jobs:
dispatch-release-desktop: