From 3f856aef0e52b958e8441f8df2623dc0d45a5fe7 Mon Sep 17 00:00:00 2001 From: syaiful-aa Date: Fri, 28 Jun 2024 13:58:18 +0700 Subject: [PATCH] up --- .github/workflows/update-main-version.yml | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-main-version.yml b/.github/workflows/update-main-version.yml index f414a9a..0d4471f 100644 --- a/.github/workflows/update-main-version.yml +++ b/.github/workflows/update-main-version.yml @@ -51,8 +51,8 @@ jobs: 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 $'$message' + git tag -f v${{ needs.validate_version.outputs.major_version }} -m $'$message' - name: Push new tag run: | diff --git a/pubspec.yaml b/pubspec.yaml index 50d562b..d1abec0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: quick_math description: A new Flutter package project. -version: 1.2.6 +version: 1.2.7 homepage: environment: