Skip to content

Commit

Permalink
Merge pull request #59 from samkim/fix-api-workflow-2
Browse files Browse the repository at this point in the history
Escape character in api workflow
  • Loading branch information
samkim authored Sep 6, 2023
2 parents 7dfe4fd + a875ab4 commit e691b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-api-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: steps.buf-update.outputs.updated == 'true'
with:
sourcefile-path: README.md
version-regex: "<artifactId>authzed<\/artifactId>(\s+)<version>(.+)<\/version>"
version-regex: "<artifactId>authzed<\/artifactId>(\\s+)<version>(.+)<\/version>"
version-change: minor
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4.0.4
Expand Down

0 comments on commit e691b6b

Please sign in to comment.