diff --git a/.github/workflows/update-main-version.yml b/.github/workflows/update-main-version.yml index 0d4471f..8ac195a 100644 --- a/.github/workflows/update-main-version.yml +++ b/.github/workflows/update-main-version.yml @@ -49,10 +49,8 @@ jobs: git config user.email "action@github.com" git config user.name "GitHub Action" - message="${{ github.event.pull_request.title }}" - - git tag -f v${{ needs.validate_version.outputs.full_version }} -m $'$message' - git tag -f v${{ needs.validate_version.outputs.major_version }} -m $'$message' + git tag -f v${{ needs.validate_version.outputs.full_version }} -m $'${{ github.event.pull_request.title }}' + git tag -f v${{ needs.validate_version.outputs.major_version }} -m $'${{ github.event.pull_request.title }}' - name: Push new tag run: | diff --git a/pubspec.yaml b/pubspec.yaml index d1abec0..3476fe6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: quick_math description: A new Flutter package project. -version: 1.2.7 +version: 2.0.0 homepage: environment: