Skip to content

Commit

Permalink
Merge pull request #47 from Termina/logs
Browse files Browse the repository at this point in the history
logs related to exit; more obvious switcher
  • Loading branch information
NoEgAm authored Feb 23, 2024
2 parents 3967a25 + b3b02f6 commit f39fb4a
Show file tree
Hide file tree
Showing 5 changed files with 589 additions and 440 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 f39fb4a

Please sign in to comment.