From f2e68be9bba2105fee21bf352aa3c6d4e6cde529 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 19 Sep 2022 20:06:31 -0600 Subject: [PATCH] Updated .github/workflows/sync-release-version.yml --- .github/workflows/sync-release-version.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index e5d6e49e..1dfe0816 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -8,9 +8,11 @@ jobs: update-version: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3 with: fetch-depth: 0 + - name: Run release-tagger + uses: tj-actions/release-tagger@v2 - name: Sync release version. uses: tj-actions/sync-release-version@v13 id: sync-release-version