Skip to content

Commit

Permalink
update main.yml and retry releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
K3vinb5 committed Apr 15, 2024
1 parent b5905be commit 69d60c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
build-and-release-windows:
runs-on: windows-latest

permissions:
contents: write

steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
Expand Down Expand Up @@ -73,6 +76,9 @@ jobs:
build-and-release-macos:
runs-on: macos-latest

permissions:
contents: write

steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
Expand Down

0 comments on commit 69d60c9

Please sign in to comment.