diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 94ae4de8b66..b4d8dbfb296 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -26,6 +26,7 @@ jobs: id: sync-release-package-version with: pattern: '"version": "' + strip_prefix: "v" paths: | package.json - name: Run git-cliff diff --git a/package.json b/package.json index e85d0cfd17a..554c674a297 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tj-actions/changed-files", - "version": "38.2.2", + "version": "39.0.0", "description": "Github action to retrieve all (added, copied, modified, deleted, renamed, type changed, unmerged, unknown) files and directories.", "main": "lib/main.js", "publishConfig": {