Skip to content

Commit 0450d57

Browse files
authored
Add missing single quote (#663)
1 parent 64150be commit 0450d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
release:
8989
needs: [prepare, build]
90-
if: github.repository_owner == 'viamrobotics
90+
if: github.repository_owner == 'viamrobotics'
9191
runs-on: ubuntu-latest
9292

9393
steps:

0 commit comments

Comments
 (0)