We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0c09e commit 94b76d5Copy full SHA for 94b76d5
.github/workflows/test-publish.yml
@@ -24,7 +24,7 @@ jobs:
24
run: npm ci
25
26
- name: Simulate Version Update (Dry Run)
27
- run: node update-versions.js 0.5.0-dryrun
+ run: node update-versions.js 0.5.0.dev0
28
29
- name: Generate SDKs
30
run: npm run generate:sdk:all --workspace=pmxt-core
@@ -73,7 +73,7 @@ jobs:
73
- name: Install Node dependencies & Start Server & Simulate Version
74
run: |
75
npm ci
76
- node update-versions.js 0.5.0-dryrun
+ node update-versions.js 0.5.0.dev0
77
npm run generate:sdk:all --workspace=pmxt-core
78
npm run build --workspace=pmxt-core
79
npm run server --workspace=pmxt-core &
0 commit comments