Skip to content

Commit 7cd15cf

Browse files
committed
CI: fix publishing package
1 parent daa471b commit 7cd15cf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
node-version: '24'
2323
cache: 'npm'
24+
registry-url: 'https://registry.npmjs.org'
2425

2526
- name: Install dependencies
2627
run: npm ci
@@ -46,7 +47,7 @@ jobs:
4647

4748
- name: Release
4849
if: github.ref == 'refs/heads/main' && steps.check.outputs.changed == 'true'
49-
uses: softprops/action-gh-release@v1
50+
uses: softprops/action-gh-release@v2
5051
with:
5152
tag_name: ${{ steps.check.outputs.version }}
5253
prerelease: false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@colyseus/react",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"type": "module",
55
"scripts": {
66
"dev": "tsdown --watch --format esm,cjs",

0 commit comments

Comments
 (0)