Skip to content

Commit

Permalink
remove unused need in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Predidit committed May 4, 2024
1 parent 0c4e633 commit 5c2f676
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@
flutter-build-linux:
name: "Release for Linux"
runs-on: "ubuntu-latest"
needs: [flutter-build-windows, flutter-build-android]
runs-on: "ubuntu-latest"
permissions: write-all
steps:
- name: Clone repository
Expand Down

0 comments on commit 5c2f676

Please sign in to comment.