Skip to content

Commit

Permalink
change snapshot format; upgrade calcit; tag 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Sep 6, 2023
1 parent b623978 commit 0a52428
Show file tree
Hide file tree
Showing 7 changed files with 11,278 additions and 11,028 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.7.13/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0/cr'
name: 'cr'
version: '0.7.13'
version: '0.8.0'

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

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

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/upload.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.7.13/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0/cr'
name: 'cr'
version: '0.7.13'
version: '0.8.0'

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

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

Expand Down
18,872 changes: 9,485 additions & 9,387 deletions calcit.cirru

Large diffs are not rendered by default.

Loading

0 comments on commit 0a52428

Please sign in to comment.