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.
2 parents 06f77a2 + 3763fb0 commit 28f9caaCopy full SHA for 28f9caa
.github/workflows/upload.yaml
@@ -19,15 +19,15 @@ jobs:
19
20
- uses: supplypike/setup-bin@v3
21
with:
22
- uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.5/cr'
+ uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.12/cr'
23
name: 'cr'
24
- version: '0.7.5'
+ version: '0.7.12'
25
26
27
28
- uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.5/caps'
+ uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.12/caps'
29
name: 'caps'
30
31
32
- name: "compiles to js"
33
run: >
0 commit comments