Skip to content

Commit

Permalink
fix CI and try a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Apr 28, 2021
1 parent d1137ab commit 0f3d656
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

- run: cargo build --release
- run: node scripts/cp-version.js

- name: Deploy to server
id: deploy
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "calcit_runner"
version = "0.3.0-a9"
version = "0.3.0-a10"
authors = ["jiyinyiyong <jiyinyiyong@gmail.com>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@calcit/procs",
"version": "0.3.0-a9",
"version": "0.3.0-a10",
"main": "./lib/calcit.procs.js",
"devDependencies": {
"@types/node": "^14.14.41",
Expand Down

0 comments on commit 0f3d656

Please sign in to comment.