Skip to content

Commit 4765bb0

Browse files
committed
ci: replaced " by '
1 parent 2846460 commit 4765bb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
registry-url: 'https://registry.npmjs.org'
3232

3333
- name: Publish CLI to npm
34-
if: ${{ github.event.inputs.workspace_name == "cli" }}
34+
if: ${{ github.event.inputs.workspace_name == 'cli' }}
3535
run: |
3636
npm i --workspaces
3737
npm run compile --workspaces
3838
npm publish --workspace=cli --provenance --access public
3939
4040
- name: Publish Detector to npm
41-
if: ${{ github.event.inputs.workspace_name == "detector" }}
41+
if: ${{ github.event.inputs.workspace_name == 'detector'}}
4242
run: |
4343
npm i --workspaces
4444
npm run compile --workspaces

0 commit comments

Comments
 (0)