Skip to content

Commit 0913014

Browse files
chore(ci): Fix misspelling (#1912)
### Proposed Changes * ### Checklist - [ ] I have added or updated unit tests - [ ] I have added or updated integration tests (if appropriate) - [ ] I have added or updated documentation ### Testing Instructions
1 parent c1b380c commit 0913014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
sdk)
5050
echo "TO_UPDATE=['examples','service']">>"$GITHUB_OUTPUT"
5151
;;
52-
services)
52+
service)
5353
# examples does not import service, but assumes it is running separately
5454
;;
5555
examples)

0 commit comments

Comments
 (0)