diff --git a/.github/workflows/update-main-version.yml b/.github/workflows/update-main-version.yml index 1c051a4..8ac195a 100644 --- a/.github/workflows/update-main-version.yml +++ b/.github/workflows/update-main-version.yml @@ -16,11 +16,6 @@ jobs: major_version: ${{ steps.get-version.outputs.major_version }} steps: - - name: Dump GitHub context - env: - GITHUB_CONTEXT: ${{ toJSON(github) }} - run: echo "$GITHUB_CONTEXT" - - uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.merge_commit_sha }} diff --git a/pubspec.yaml b/pubspec.yaml index bc3d042..8ae7ec8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: quick_math description: A new Flutter package project. -version: 2.0.1 +version: 2.0.2 homepage: environment: