Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
syaiful-aa committed Jun 28, 2024
1 parent 9128260 commit b2e9dde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/update-main-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,8 @@ jobs:
git config user.email "[email protected]"
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: |
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.7
version: 2.0.0
homepage:

environment:
Expand Down

0 comments on commit b2e9dde

Please sign in to comment.