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 ea6769c commit fd3e7b8Copy full SHA for fd3e7b8
.github/workflows/release-and-publish.yml
@@ -25,8 +25,9 @@ jobs:
25
- name: Install dependencies
26
run: |
27
npm ci
28
- npm run build-ci
29
npm install --save @colyseus/schema@latest
+ git checkout package.json
30
+ npm run build-ci
31
32
- id: check
33
uses: EndBug/version-check@v2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "colyseus.js",
3
- "version": "0.16.14",
+ "version": "0.16.15",
4
"description": "Colyseus Multiplayer SDK for JavaScript/TypeScript",
5
"author": "Endel Dreyer",
6
"license": "MIT",
0 commit comments