Skip to content

Commit

Permalink
update to embrace tuples in protocol; tag 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Jul 17, 2023
1 parent dbbd8ac commit e011105
Show file tree
Hide file tree
Showing 6 changed files with 694 additions and 497 deletions.
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.0/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.5/cr'
name: 'cr'
version: '0.7.0'
version: '0.7.5'

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

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

Expand Down
Loading

0 comments on commit e011105

Please sign in to comment.