From d8850060276d7190924cdaef8501b82af3560800 Mon Sep 17 00:00:00 2001 From: ishaf Date: Fri, 29 Dec 2023 02:05:57 +0600 Subject: [PATCH] ci: commit --- .github/workflows/create_release.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 1610da9..9860ad0 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -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