Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutsu3 committed Jan 25, 2025
1 parent 83f0e16 commit eedd6d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ jobs:
- run: flutter clean
- run: flutter pub get

- name: Fetch latest branch and rebase
run: |
git fetch origin ${{ github.head_ref }}
git rebase origin/${{ github.head_ref }}
# - name: Fetch latest branch and rebase
# run: |
# git fetch origin ${{ github.head_ref }}
# git rebase origin/${{ github.head_ref }}

- name: Bump version in pubspec.yaml
run: dart run pub_version_plus:main build
Expand Down

0 comments on commit eedd6d7

Please sign in to comment.