We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8723b18 commit 12dca3bCopy full SHA for 12dca3b
.github/workflows/sdk-publish.yml
@@ -11,7 +11,7 @@ permissions:
11
12
jobs:
13
publish:
14
- name: Publish @chronos-synapse/sdk
+ name: Publish SDK (chronos-synapse-sdk)
15
runs-on: ubuntu-latest
16
defaults:
17
run:
sdk/package.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "@chronos-synapse/sdk",
3
- "version": "0.1.0",
+ "name": "chronos-synapse-sdk",
+ "version": "0.1.2",
4
"description": "Chronos Synapse SDK for registering jobs and reporting executions to the Chronos backend",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
@@ -41,4 +41,4 @@
41
"dependencies": {
42
"socket.io-client": "^4.8.1"
43
}
44
-}
+}
0 commit comments