diff --git a/action.yml b/action.yml index 81efe68..872bb70 100644 --- a/action.yml +++ b/action.yml @@ -21,7 +21,7 @@ runs: using: 'composite' steps: - name: Publish Action Package - run: 'npm --prefix ${{github.action_path}} start' + run: 'npm --prefix "${{github.action_path}}" start' shell: bash id: publish env: