diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index e146805..7f9b55c 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -13,7 +13,7 @@ jobs: uses: tj-actions/sync-release-version@v8 id: sync-release-version with: - pattern: 'tj-actions/sync-release-version@' + pattern: '${{ github.repository }}@' paths: | README.md - name: Generate CHANGELOG