Skip to content

Commit

Permalink
Merge pull request #60 from samkim/fix-api-workflow-3
Browse files Browse the repository at this point in the history
Fix string in api workflow
  • Loading branch information
samkim authored Sep 6, 2023
2 parents e691b6b + 717339a commit 6ca7c8e
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/[email protected]
Expand Down

0 comments on commit 6ca7c8e

Please sign in to comment.