Updated .github/workflows/sync-release-version.yml

This commit is contained in:
Tonye Jack 2021-04-04 10:50:20 -04:00
parent f1890e6baf
commit 961d0ac841

View File

@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Sync release version. - name: Sync release version.
uses: tj-actions/sync-release-version@v8 uses: tj-actions/sync-release-version@v8
id: sync-release-version id: sync-release-version