Skip to content

Commit

Permalink
Merge pull request #20 from syaiful-aa/dev/1.2.7
Browse files Browse the repository at this point in the history
new version lagi
  • Loading branch information
syaiful-aa authored Jun 28, 2024
2 parents 5a2de8a + 3f856ae commit 9128260
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-main-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
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.6
version: 1.2.7
homepage:

environment:
Expand Down

0 comments on commit 9128260

Please sign in to comment.