diff --git a/.github/workflows/update-main-version.yml b/.github/workflows/update-main-version.yml index 68578b3..b7aca26 100644 --- a/.github/workflows/update-main-version.yml +++ b/.github/workflows/update-main-version.yml @@ -39,9 +39,8 @@ jobs: needs: validate_version if: needs.validate_version.outputs.prev_version != needs.validate_version.outputs.full_version runs-on: ubuntu-latest - permissions: - contents: write - actions: write + env: + GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} steps: - uses: actions/checkout@v3 with: diff --git a/pubspec.yaml b/pubspec.yaml index b6643dc..16c8321 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: quick_math description: A new Flutter package project. -version: 3.0.1 +version: 3.0.2 homepage: environment: