diff --git a/.github/workflows/release_builds.yaml b/.github/workflows/release_builds.yaml index 0ca9904..5e0f987 100644 --- a/.github/workflows/release_builds.yaml +++ b/.github/workflows/release_builds.yaml @@ -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 \ No newline at end of file