Skip to content

Commit 0ce90a0

Browse files
committed
fix: replaced - with _ to match github workflow syntax
1 parent 5eb80e8 commit 0ce90a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
RUST_BACKTRACE: 1
1010

1111
jobs:
12-
build-node:
12+
build_node:
1313
name: [TS] Build
1414
runs-on: ubuntu-latest
1515

reader/ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"access": "public"
3333
},
3434
"dependencies": {
35-
"@code0-tech/sagittarius-graphql-types": "^0.0.0-00f33663039d78ad59e95306730878c687de5c48 ",
35+
"@code0-tech/sagittarius-graphql-types": "^0.0.0-00f33663039d78ad59e95306730878c687de5c48",
3636
"@code0-tech/tucana": "^0.0.37",
3737
"@protobuf-ts/runtime": "^2.11.1"
3838
}

0 commit comments

Comments
 (0)