Skip to content

Commit

Permalink
chore: a10
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Oct 14, 2024
1 parent 6f83b81 commit fa223c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Publish to NPM

on:
release:
types: [created]
push:
tags:
- '4000*'

jobs:
publish:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit fa223c1

Please sign in to comment.