We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7866ed commit da52c02Copy full SHA for da52c02
1 file changed
.github/workflows/install-script-tests.yml
@@ -92,7 +92,7 @@ jobs:
92
steps:
93
- name: Install @kosli/cli via npm
94
shell: bash
95
- run: npm install -g @kosli/cli
+ run: npm install -g @kosli/cli@snapshot
96
97
- name: Verify kosli binary works
98
0 commit comments