Skip to content

Commit

Permalink
Allow release drafter to create GitHub releases (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitusortner committed Jun 16, 2022
1 parent f08c4b4 commit f0ea5a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ jobs:
uses: actions/checkout@v2

- name: Install Flutter
uses: subosito/flutter-action@v1
uses: subosito/flutter-action@v2
with:
channel: stable
architecture: x64

- name: Install dependencies
run: flutter packages get
Expand Down Expand Up @@ -118,7 +119,7 @@ jobs:
uses: actions/checkout@v2

- name: Install Flutter
uses: subosito/flutter-action@v1
uses: subosito/flutter-action@v2
with:
channel: stable

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

jobs:
update-release-draft:
permissions:
contents: write # to create a GitHub release
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
Expand Down

0 comments on commit f0ea5a5

Please sign in to comment.