From 57fe1d0ae7e42148a6cb4b5db02af6b734a042df Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 7 Apr 2023 21:40:21 -0600 Subject: [PATCH] Update sync-release-version.yml --- .github/workflows/sync-release-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index beec1b6..79e4a32 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -21,7 +21,7 @@ jobs: only_major: true paths: README.md - name: Run git-cliff - uses: ./ + uses: tj-actions/git-cliff@v1 - name: Create Pull Request uses: peter-evans/create-pull-request@v5 with: