mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-29 19:30:03 +00:00
Compare commits
No commits in common. "aafafc90b27df9808862ba5281abe2dc98c09146" and "489366bb8e5540b73c7638378ecf61f66820b534" have entirely different histories.
aafafc90b2
...
489366bb8e
2 changed files with 1 additions and 18 deletions
17
.github/workflows/publish-npm.yml
vendored
17
.github/workflows/publish-npm.yml
vendored
|
@ -1,17 +0,0 @@
|
|||
name: Publish to NPM
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: main
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "20"
|
||||
- uses: JS-DevTools/npm-publish@v3
|
||||
with:
|
||||
token: ${{ secrets.NPM_AUTH_TOKEN }}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@rbxts/jecs",
|
||||
"version": "0.5.1",
|
||||
"version": "0.5.0",
|
||||
"description": "Stupidly fast Entity Component System",
|
||||
"main": "jecs.luau",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue