Skip to content

Commit

Permalink
logs related to exit; more obvious switcher; tag 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Feb 19, 2024
1 parent 3967a25 commit 31af8f0
Show file tree
Hide file tree
Showing 5 changed files with 474 additions and 431 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.11/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.33/cr'
name: 'cr'
version: '0.8.11'
version: '0.8.33'

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.11/caps'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.33/caps'
name: 'caps'
version: '0.8.11'
version: '0.8.33'

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

Expand Down
Loading

0 comments on commit 31af8f0

Please sign in to comment.