diff --git a/.github/workflows/manual-api-update.yaml b/.github/workflows/manual-api-update.yaml index f08dbf3e..86a10d60 100644 --- a/.github/workflows/manual-api-update.yaml +++ b/.github/workflows/manual-api-update.yaml @@ -31,7 +31,7 @@ jobs: if: steps.buf-update.outputs.updated == 'true' with: sourcefile-path: README.md - version-regex: "authzed<\/artifactId>(\\s+)(.+)<\/version>" + version-regex: 'authzed<\/artifactId>(\s+)(.+)<\/version>' version-change: minor - name: Create Pull Request uses: peter-evans/create-pull-request@v4.0.4