Skip to content

Commit

Permalink
1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
syaiful-aa committed Jun 28, 2024
1 parent b2aa5ac commit 7c30d9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/update-main-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
- name: Get version
id: get-version
run: |
base_sha=${{ github.event.pull_request.base_sha }}
base_sha=${{ github.event.pull_request.base.sha }}
echo $base_sha
git fetch origin $base_sha
prev_version=$(git show ${base_sha}:pubspec.yaml | grep 'version:' | cut -d ':' -f2 | sed 's/ //' | cut -d'+' -f1)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: quick_math
description: A new Flutter package project.
version: 1.2.4
version: 1.2.5
homepage:

environment:
Expand Down

0 comments on commit 7c30d9e

Please sign in to comment.