diff --git a/test-project/.github/workflows/sync-release-version.yml b/test-project/.github/workflows/sync-release-version.yml index 407949e..9a37b3b 100644 --- a/test-project/.github/workflows/sync-release-version.yml +++ b/test-project/.github/workflows/sync-release-version.yml @@ -12,7 +12,7 @@ jobs: with: fetch-depth: 0 - name: Sync release version - uses: tj-actions/sync-release-version@v11 + uses: tj-actions/sync-release-version@v13 id: sync-release-version with: pattern: '${{ github.repository }}@' diff --git a/{{ cookiecutter.project_slug }}/.github/workflows/sync-release-version.yml b/{{ cookiecutter.project_slug }}/.github/workflows/sync-release-version.yml index 8ce1db1..c271b38 100644 --- a/{{ cookiecutter.project_slug }}/.github/workflows/sync-release-version.yml +++ b/{{ cookiecutter.project_slug }}/.github/workflows/sync-release-version.yml @@ -12,7 +12,7 @@ jobs: with: fetch-depth: 0 - name: Sync release version - uses: tj-actions/sync-release-version@v11 + uses: tj-actions/sync-release-version@v13 id: sync-release-version with: pattern: '{{ "${{ github.repository }}@" }}'