We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3fc089 commit cec281cCopy full SHA for cec281c
1 file changed
.github/workflows/ci.yml
@@ -102,8 +102,10 @@ jobs:
102
publish:
103
name: Publish a release
104
runs-on: "ubuntu-22.04"
105
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
106
needs: build
+ if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
107
+ permissions:
108
+ contents: write
109
steps:
110
- name: Get all distributables
111
uses: actions/download-artifact@v4
0 commit comments