Skip to content

Commit

Permalink
Merge pull request #34 from syaiful-aa/dev/3.0.6
Browse files Browse the repository at this point in the history
xxx
  • Loading branch information
syaiful-aa authored Jun 28, 2024
2 parents 508c5d2 + fd748e4 commit d4fdad6
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 @@ -5,6 +5,9 @@ on:
types:
- closed

env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}

jobs:
validate_version:
if: github.event.pull_request.merged && github.base_ref == 'main'
Expand All @@ -19,7 +22,6 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}
token: ${{ secrets.PAT_TOKEN }}

- name: Get version
id: get-version
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: 3.0.5
version: 3.0.6
homepage:

environment:
Expand Down

0 comments on commit d4fdad6

Please sign in to comment.