Skip to content

Commit fd3e7b8

Browse files
committed
do not force latest version of @colyseus/schema on package.json
1 parent ea6769c commit fd3e7b8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release-and-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
npm ci
28-
npm run build-ci
2928
npm install --save @colyseus/schema@latest
29+
git checkout package.json
30+
npm run build-ci
3031
3132
- id: check
3233
uses: EndBug/version-check@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "colyseus.js",
3-
"version": "0.16.14",
3+
"version": "0.16.15",
44
"description": "Colyseus Multiplayer SDK for JavaScript/TypeScript",
55
"author": "Endel Dreyer",
66
"license": "MIT",

0 commit comments

Comments
 (0)