Skip to content

Commit

Permalink
ci: commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ishafiul committed Dec 28, 2023
1 parent 8ff1e16 commit d885006
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,7 @@ jobs:
flutter pub global activate cider
cider release
cider version ${{ env.MAJOR }}.${{ env.MINOR }}.${{ env.PATCH }}+${{ env.NUMBER_OF_COMMITS }}
- name: 🔀 Commit changes
uses: EndBug/add-and-commit@v9.1.3
with:
author_name: GitHub Actions
author_email: actions@github.com
# Change it to your own branch
branch: main
message: "Update version on pubspec.yaml & update change log"
# Change it to your own branch
push: false


- name: 🔐 Setup Pub Credentials
Expand Down

0 comments on commit d885006

Please sign in to comment.