Skip to content

Commit

Permalink
ci: commit before publishing flutter_quill
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Nov 10, 2024
1 parent bdd69ea commit 069a92d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,6 @@ jobs:
- name: πŸ” Verify if the package version matches the tag version
run: dart ./scripts/pubspec_version_check.dart ${{ steps.extract_version.outputs.VERSION }} ./pubspec.yaml

- name: πŸ”„ Check if package is ready for publishing
run: flutter pub publish --dry-run

- name: πŸ“€ Publish flutter_quill
run: flutter pub publish --force

- name: πŸ’Ύ Commit updated version and CHANGELOG
id: auto-commit-action
uses: stefanzweifel/git-auto-commit-action@v5
Expand All @@ -110,3 +104,9 @@ jobs:
- name: πŸ” Verify changes made by the script
if: steps.auto-commit-action.outputs.changes_detected == 'true'
run: echo "βœ… Changes have been committed."

- name: πŸ”„ Check if package is ready for publishing
run: flutter pub publish --dry-run

- name: πŸ“€ Publish flutter_quill
run: flutter pub publish --force

0 comments on commit 069a92d

Please sign in to comment.