From f12566a190f82d428225d7bfa5ff3544b2d1304b Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 31 Jul 2020 08:07:47 -0400 Subject: [PATCH 1/2] Update release.yml --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 777c79c..228ae24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,11 +14,10 @@ jobs: with: paths: | README.md - - run: cat README.md - uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: Updraded from ${{ steps.bumpversion.outputs.old_version }} -> ${{ steps.bumpversion.outputs.new_version }} - branch: feature-sync-${{ steps.bumpversion.outputs.new_version }}= + branch: master repository: . # Optional commit user and author settings commit_user_name: GitHub Actions Bot From 4e839629e4892d514c7f0718382ca54b7eda9877 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 31 Jul 2020 08:08:25 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6aaae2..ee58efb 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ jobs: # Make changes to files # ..................... - name: Verify Changed files - uses: tj-actions/verify-changed-files@v2.0a + uses: tj-actions/verify-changed-files@v3.0.beta id: changed_files with: files: |