diff options
author | James McCoy <jamessan@jamessan.com> | 2021-04-21 00:32:38 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2021-04-21 00:32:38 -0400 |
commit | 62df537543bfc4327700d9f8930ae7c755c92ab2 (patch) | |
tree | bf2984d9b85fcd870a99ee0e23e730e8c34eab11 | |
parent | 491708c9892843fa9013334b4cd130bd0ca41d1b (diff) | |
download | rneovim-62df537543bfc4327700d9f8930ae7c755c92ab2.tar.gz rneovim-62df537543bfc4327700d9f8930ae7c755c92ab2.tar.bz2 rneovim-62df537543bfc4327700d9f8930ae7c755c92ab2.zip |
ci(gha/release): Enable "contents: write" permission to publish release
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 24392fb96c..e5064760d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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' |