mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 22:35:33 +00:00
ci(gha/release): Enable "contents: write" permission to publish release
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -137,6 +137,8 @@ jobs:
|
||||
publish:
|
||||
needs: [linux, appimage, macOS, windows]
|
||||
runs-on: ubuntu-20.04
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/download-artifact@v2
|
||||
- if: github.event_name == 'workflow_dispatch'
|
||||
|
||||
Reference in New Issue
Block a user