Skip to content

Commit

Permalink
upgrade calcit
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Sep 17, 2023
1 parent 55729c0 commit 487d9d9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:

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

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a5/caps'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0/caps'
name: 'caps'
version: '0.8.0-a5'
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.8.0-a5/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0/cr'
name: 'cr'
version: '0.8.0-a5'
version: '0.8.0'

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

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"vite": "^4.4.9"
},
"dependencies": {
"@calcit/procs": "^0.8.0-a5",
"@calcit/procs": "^0.8.0",
"chalk": "^5.3.0",
"dayjs": "^1.11.9",
"gaze": "^1.1.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 487d9d9

Please sign in to comment.