We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 096462b commit 4488eacCopy full SHA for 4488eac
1 file changed
.github/workflows/install-script-tests.yml
@@ -82,7 +82,7 @@ jobs:
82
steps:
83
- name: Install @kosli/cli via npm
84
shell: bash
85
- run: npm install -g @kosli/cli
+ run: npm install -g @kosli/cli@snapshot
86
87
- name: Verify kosli binary works
88
0 commit comments