We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ce342 commit 9879ddaCopy full SHA for 9879dda
.github/workflows/publish.yml
@@ -37,9 +37,9 @@ jobs:
37
38
- name: Create release artifacts
39
run: |
40
- version=$(sbt "print cli/version" | tail -n1)
+ version=$(sbt "print cli/version" | grep . | tail -n 2 | head -n 1)
41
echo "This build version: $version"
42
- ./scritps/dist.sh $version
+ ./scripts/dist.sh $version
43
44
- name: Archive CLI artifacts
45
uses: actions/upload-artifact@v3
0 commit comments