Skip to content

Commit 31af8f0

Browse files
committed
logs related to exit; more obvious switcher; tag 0.1.14
1 parent 3967a25 commit 31af8f0

File tree

5 files changed

+474
-431
lines changed

5 files changed

+474
-431
lines changed

.github/workflows/npm-publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919

2020
- uses: supplypike/setup-bin@v3
2121
with:
22-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.11/cr'
22+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.33/cr'
2323
name: 'cr'
24-
version: '0.8.11'
24+
version: '0.8.33'
2525

2626
- uses: supplypike/setup-bin@v3
2727
with:
28-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.11/caps'
28+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.33/caps'
2929
name: 'caps'
30-
version: '0.8.11'
30+
version: '0.8.33'
3131

3232
- run: caps --ci && yarn && yarn compile-server && yarn compile-page && yarn release-page
3333

0 commit comments

Comments
 (0)