Skip to content

Commit

Permalink
Fix GithubToken
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitsangwan01 committed Jul 7, 2024
1 parent a150f65 commit 97fadd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
- name: Activate Packaging Tool
run: dart pub global activate flutter_distributor
- name: Release App
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: flutter_distributor release --name publish --jobs linux

0 comments on commit 97fadd2

Please sign in to comment.