We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d217642 commit edc899eCopy full SHA for edc899e
.github/workflows/release.yml
@@ -8,6 +8,9 @@ jobs:
8
release:
9
if: github.repository_owner == 'flutter'
10
name: release
11
+ permissions:
12
+ # Release needs to push a tag back to the repo.
13
+ contents: write
14
runs-on: ubuntu-latest
15
steps:
16
- name: "Install Flutter"
0 commit comments