From b2e9ddee8c07dd9a6e7ad70f507bf1d115733b8b Mon Sep 17 00:00:00 2001 From: syaiful-aa Date: Fri, 28 Jun 2024 14:01:23 +0700 Subject: [PATCH] final --- .github/workflows/update-main-version.yml | 6 ++---- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) 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: