Skip to content

Commit

Permalink
Merge pull request #21 from syaiful-aa/dev/2.0.0
Browse files Browse the repository at this point in the history
final version euy
  • Loading branch information
syaiful-aa authored Jun 28, 2024
2 parents 9128260 + b2e9dde commit c0ba875
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 c0ba875

Please sign in to comment.