From 717339a5de70a8701f31988941e690c693790ee6 Mon Sep 17 00:00:00 2001 From: Sam Kim Date: Wed, 6 Sep 2023 14:15:25 -0700 Subject: [PATCH] Fix string in api workflow --- .github/workflows/manual-api-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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