From fa223c111f6d55f7b3a90f04f1ad77feeea6a5ca Mon Sep 17 00:00:00 2001 From: lajbel Date: Mon, 14 Oct 2024 11:38:06 -0300 Subject: [PATCH] chore: a10 --- .github/workflows/publish.yml | 5 +++-- package.json | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 150e2890..c92a37e0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,8 +1,9 @@ name: Publish to NPM on: - release: - types: [created] + push: + tags: + - '4000*' jobs: publish: diff --git a/package.json b/package.json index c42de92c..3559a1c9 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "kaplay", "description": "KAPLAY is a JavaScript & TypeScript game library that helps you make games fast and fun!", - "version": "4000.0.0-alpha.9", + "version": "4000.0.0-alpha.10", "license": "MIT", - "homepage": "https://kaplayjs.com/", + "homepage": "https://v4000.kaplayjs.com/", "repository": { "type": "git", "url": "git+https://github.com/kaplayjs/kaplay.git"